File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ exe_ext = .exe
1414rc = brcc32
1515dllflags = -Tpd -Gi -x -Gn -w-dup
1616libflags = /C
17- ccflags = -q
1817exeflags = -Tpe -x -Gn
1918
2019bcc32 {
@@ -34,6 +33,7 @@ link = ilink32
3433common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT) $(CG_LIB)
3534tlib = tlib
3635pch = 1
36+ ccflags = -q
3737}
3838
3939bcc32c {
@@ -52,6 +52,7 @@ startup_bits = 32
5252link = ilink32
5353common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT)
5454tlib = tlib
55+ ccflags = -q
5556}
5657
5758bcc64 {
@@ -70,6 +71,7 @@ startup_bits = 64
7071link = ilink64
7172common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
7273tlib = tlib64
74+ ccflags = -q
7375}
7476
7577bcc64x {
@@ -88,4 +90,5 @@ startup_bits = 64
8890link = ilink64
8991common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
9092tlib = tlib64
93+ ccflags =
9194}
You can’t perform that action at this time.
0 commit comments