We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6412e2c + e0ec2fb commit a6f8826Copy full SHA for a6f8826
1 file changed
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