Skip to content

Commit

Permalink
switch build back to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
copperlight committed Dec 7, 2023
1 parent c57c8ec commit 6c63182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BUILD_DIR=cmake-build
# Choose: Debug, Release, RelWithDebInfo and MinSizeRel
BUILD_TYPE=Release
BUILD_TYPE=Debug

BLUE="\033[0;34m"
NC="\033[0m"
Expand Down

0 comments on commit 6c63182

Please sign in to comment.