diff --git a/testdata/cpp_generator/build_and_run.ps1 b/testdata/cpp_generator/build_and_run.ps1 index e23974d..83339ef 100644 --- a/testdata/cpp_generator/build_and_run.ps1 +++ b/testdata/cpp_generator/build_and_run.ps1 @@ -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