We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938acba commit b62e8e5Copy full SHA for b62e8e5
templates/bmakecommon.mpt
@@ -23,6 +23,7 @@ debug_flags = -v -y -Od -vi- -k
23
optimize_flags = -O1
24
warn_flags = -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl -w-mls
25
cc = bcc32
26
+thr_flags = -tWM
27
binary_flags = -tWR -tWD
28
lib_ext = .lib
29
common_defines = WIN32 _WINDOWS
@@ -42,7 +43,7 @@ optimize_flags = -O3
42
43
warn_flags =
44
cc = bcc32c
45
binary_flags = -tR -tD
-thr_flags = -tWM
46
+thr_flags = -tW
47
48
49
common_flags = -a8
0 commit comments