change defaults

This commit is contained in:
jadebenn 2024-04-06 23:00:04 -05:00
parent 7d7ea68bf9
commit 368f4ccabf
2 changed files with 2 additions and 5 deletions

View File

@ -75,7 +75,7 @@ if(UNIX)
elseif(MSVC)
# Skip warning for invalid conversion from size_t to uint32_t for all targets below for now
# Also disable non-portable MSVC volatile behavior
add_compile_options("/wd4267" "/utf-8" "/volatile:iso")
add_compile_options("/wd4267" "/utf-8" "/volatile:iso" "/Zc:inline")
elseif(WIN32)
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
endif()

View File

@ -10,7 +10,7 @@
"name": "default",
"displayName": "Default configure step",
"description": "Use 'build' dir and Unix makefiles",
"binaryDir": "${sourceDir}/build/default",
"binaryDir": "${sourceDir}/build",
"generator": "Unix Makefiles"
},
{
@ -50,9 +50,6 @@
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
},
"cacheVariables": {
"CMAKE_CXX_FLAGS_INIT": "/Zc:inline"
}
},
{