1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-03-14 16:01:34 +05:00
netgen/tests/build_debug.sh
2020-10-19 15:18:42 +02:00

14 lines
231 B
Bash
Executable File

cd
mkdir -p build/netgen
cd build/netgen
cmake \
-DUSE_CCACHE=ON \
-DBUILD_TYPE=DEBUG \
-DENABLE_UNIT_TESTS=ON \
-DUSE_OCC=ON \
-DCHECK_RANGE=ON \
-DUSE_CGNS=ON \
../../src/netgen
make -j12
make install