Skip to content

Commit

Permalink
cmake: Remove unsupported RelWithDebInfo config type.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Aug 28, 2024
1 parent f178764 commit 5615638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"cacheVariables": {
"VCPKG_CHAINLOAD_TOOLCHAIN_FILE": "${sourceDir}/cmake/lld.toolchain.cmake",
"CMAKE_CONFIGURATION_TYPES": "Release;RelWithDebInfo;Debug",
"CMAKE_CONFIGURATION_TYPES": "Release;Debug",
"VAST_ENABLE_TESTING": "ON",
"LLVM_EXTERNAL_LIT": "$env{LLVM_EXTERNAL_LIT}",
"CMAKE_PREFIX_PATH": "$env{CMAKE_PREFIX_PATH}"
Expand Down

0 comments on commit 5615638

Please sign in to comment.