Skip to content

Commit 2009412

Browse files
authored
Merge pull request DOCGroup#188 from jwillemsen/jwi-ccflags
Move ccflags into the compiler specific area
2 parents 2b85184 + fb58ab6 commit 2009412

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/bmakecommon.mpt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ exe_ext = .exe
1414
rc = brcc32
1515
dllflags = -Tpd -Gi -x -Gn -w-dup
1616
libflags = /C
17-
ccflags = -q
1817
exeflags = -Tpe -x -Gn
1918

2019
bcc32 {
@@ -34,6 +33,7 @@ link = ilink32
3433
common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT) $(CG_LIB)
3534
tlib = tlib
3635
pch = 1
36+
ccflags = -q
3737
}
3838

3939
bcc32c {
@@ -52,6 +52,7 @@ startup_bits = 32
5252
link = ilink32
5353
common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT)
5454
tlib = tlib
55+
ccflags = -q
5556
}
5657

5758
bcc64 {
@@ -70,6 +71,7 @@ startup_bits = 64
7071
link = ilink64
7172
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
7273
tlib = tlib64
74+
ccflags = -q
7375
}
7476

7577
bcc64x {
@@ -88,4 +90,5 @@ startup_bits = 64
8890
link = ilink64
8991
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
9092
tlib = tlib64
93+
ccflags =
9194
}

0 commit comments

Comments
 (0)