We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6412e2c commit e0ec2fbCopy full SHA for e0ec2fb
CMakeLists.txt
@@ -149,6 +149,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
149
target_link_libraries("ArmaScriptCompiler" "libstdc++.a")
150
151
else()
152
+ target_compile_options(lua_static PRIVATE "$<$<CONFIG:Release>:/MT>")
153
target_compile_options(
154
"ArmaScriptCompiler" PRIVATE
155
"/MP" "/Zi"
0 commit comments