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
14
14
rc = brcc32
15
15
dllflags = -Tpd -Gi -x -Gn -w-dup
16
16
libflags = /C
17
- ccflags = -q
18
17
exeflags = -Tpe -x -Gn
19
18
20
19
bcc32 {
@@ -34,6 +33,7 @@ link = ilink32
34
33
common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT) $(CG_LIB)
35
34
tlib = tlib
36
35
pch = 1
36
+ ccflags = -q
37
37
}
38
38
39
39
bcc32c {
@@ -52,6 +52,7 @@ startup_bits = 32
52
52
link = ilink32
53
53
common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT)
54
54
tlib = tlib
55
+ ccflags = -q
55
56
}
56
57
57
58
bcc64 {
@@ -70,6 +71,7 @@ startup_bits = 64
70
71
link = ilink64
71
72
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
72
73
tlib = tlib64
74
+ ccflags = -q
73
75
}
74
76
75
77
bcc64x {
@@ -88,4 +90,5 @@ startup_bits = 64
88
90
link = ilink64
89
91
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
90
92
tlib = tlib64
93
+ ccflags =
91
94
}
You can’t perform that action at this time.
0 commit comments