Skip to content

Commit

Permalink
Build C++ example generator in debug for easier debugging and symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
cry-inc committed Dec 4, 2023
1 parent 000e8ac commit eb249c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/cpp_generator/build_and_run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ git clone https://github.com/Microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.bat
mkdir build | out-null
cmake -B ./build -S . -DCMAKE_TOOLCHAIN_FILE="./vcpkg/scripts/buildsystems/vcpkg.cmake"
cmake --build ./build --config Release
./build/Release/main.exe
cmake --build ./build --config Debug
./build/Debug/main.exe

0 comments on commit eb249c5

Please sign in to comment.