Skip to content

Commit

Permalink
Change debug version type.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jul 3, 2024
1 parent 1a5826f commit b70b3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions set-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ goto :loop
:: essential (whoever needs tools, can just download a Release build)

:dbg
set CONFIGURATION=Debug
set CONFIGURATION=RelWithDebInfo
set DEBUG_SUFFIX=-dbg
set LLVM_CMAKE_CONFIGURE_EXTRA_FLAGS=-DLLVM_BUILD_TOOLS=OFF
set LLVM_CMAKE_CONFIGURE_EXTRA_FLAGS=-DLLVM_ENABLE_EXPENSIVE_CHECKS=ON -DLLVM_ENABLE_ASSERTIONS=ON
set CLANG_CMAKE_CONFIGURE_EXTRA_FLAGS=-DCLANG_BUILD_TOOLS=OFF
shift
goto :loop
Expand Down

0 comments on commit b70b3f1

Please sign in to comment.