mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
win32: Set the source code charset to UTF-8
This commit is contained in:
parent
61bab18890
commit
f286e70019
Notes:
git
2025-12-17 08:39:21 +00:00
@ -22,7 +22,7 @@ MAKE = $(MAKE) -f $(MAKEFILE)
|
||||
MAKEFILE = Makefile
|
||||
!endif
|
||||
CPU = PROCESSOR_LEVEL
|
||||
CC = $(CC) -nologo
|
||||
CC = $(CC) -nologo -source-charset:utf-8
|
||||
CPP = $(CC) -EP
|
||||
|
||||
all: -prologue- -generic- -epilogue-
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user