mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +05:00
ci - fix debug build settings
This commit is contained in:
parent
bb44c7b0c3
commit
9290e3e29a
@ -2,8 +2,9 @@ cd
|
||||
mkdir -p build/netgen
|
||||
cd build/netgen
|
||||
cmake \
|
||||
-DCMAKE_CXX_FLAGS="-Og -Wall -Wno-sign-compare -DDebug" \
|
||||
-DUSE_CCACHE=ON \
|
||||
-DBUILD_TYPE=DEBUG \
|
||||
-DCMAKE_BUILD_TYPE=DEBUG \
|
||||
-DENABLE_UNIT_TESTS=ON \
|
||||
-DUSE_OCC=ON \
|
||||
-DCHECK_RANGE=ON \
|
||||
|
Loading…
Reference in New Issue
Block a user