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 5108f12 commit ade13cfCopy full SHA for ade13cf
CMakeLists.txt
@@ -46,6 +46,8 @@ endif()
46
# We only differentiate between MSVC and GCC-compatible compilers
47
if(MSVC)
48
set(LTM_C_FLAGS -W3)
49
+elseif(WATCOM)
50
+ set(LTM_C_FLAGS -fo=.obj -oaxt -3r -w3)
51
else()
52
set(LTM_C_FLAGS -Wall -Wsign-compare -Wextra -Wshadow
53
-Wdeclaration-after-statement -Wbad-function-cast -Wcast-align
0 commit comments