Skip to content

Commit b62e8e5

Browse files
committed
Fixed thr_flags for bcc32
* templates/bmakecommon.mpt:
1 parent 938acba commit b62e8e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/bmakecommon.mpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ debug_flags = -v -y -Od -vi- -k
2323
optimize_flags = -O1
2424
warn_flags = -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl -w-mls
2525
cc = bcc32
26+
thr_flags = -tWM
2627
binary_flags = -tWR -tWD
2728
lib_ext = .lib
2829
common_defines = WIN32 _WINDOWS
@@ -42,7 +43,7 @@ optimize_flags = -O3
4243
warn_flags =
4344
cc = bcc32c
4445
binary_flags = -tR -tD
45-
thr_flags = -tWM
46+
thr_flags = -tW
4647
lib_ext = .lib
4748
common_defines = WIN32 _WINDOWS
4849
common_flags = -a8

0 commit comments

Comments
 (0)