File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ conditional_include "common"
1010
1111configurations = Debug Release
1212compilers = bcc32 bcc32c bcc64 bcc64x
13- unicode_flags = -WU
1413unicode_lib_modifier = u
1514unicode_exe_modifier = u
1615dll_ext = .dll
@@ -22,6 +21,7 @@ bcc32 {
2221debug_flags = -v -y -Od -vi- -k
2322release_flags =
2423optimize_flags = -O1
24+ unicode_flags = -WU
2525pdb_flags =
2626warn_flags = -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl -w-mls
2727stack_flag = /S:
@@ -52,6 +52,7 @@ bcc32c {
5252debug_flags = -Od -vi-
5353release_flags =
5454optimize_flags = -O3
55+ unicode_flags = -WU
5556pdb_flags =
5657warn_flags =
5758stack_flag = /S:
@@ -81,6 +82,7 @@ bcc64 {
8182debug_flags = -g -O0
8283release_flags =
8384optimize_flags = -O3
85+ unicode_flags = -WU
8486pdb_flags =
8587warn_flags =
8688stack_flag = /S:
@@ -110,6 +112,7 @@ bcc64x {
110112debug_flags = -g -O0
111113release_flags = -Wno-ignored-attributes
112114optimize_flags = -O3
115+ unicode_flags = -tU
113116pdb_flags = -Xlinker -pdb -Xlinker $(OUTPUTDIR:\=/)$(NAME).pdb
114117warn_flags =
115118stack_flag = -Xlinker --stack=
You can’t perform that action at this time.
0 commit comments