Skip to content

Commit

Permalink
Revert "Make CI use CMAKE_BUILD_TYPE=RELEASE"
Browse files Browse the repository at this point in the history
This reverts commit 65bbaa0.

We want -Werror.
  • Loading branch information
rocallahan committed May 26, 2024
1 parent 65bbaa0 commit 8f333a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-actions-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ sudo apt-get install -y $EXTRA_PACKAGES cmake g++ pkg-config zlib1g-dev git pyth

mkdir obj
cd obj
cmake -G Ninja -DCMAKE_BUILD_TYPE=RELEASE -Dstaticlibs=FALSE ..
cmake -G Ninja -DCMAKE_BUILD_TYPE=DEBUG -Dstaticlibs=FALSE ..
ninja

0 comments on commit 8f333a4

Please sign in to comment.