Skip to content

Commit

Permalink
Update mkn.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Jul 9, 2021
1 parent 31c2a73 commit be8d04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd $CWD/$DIR
rm -rf build && mkdir build && cd build

cmake .. \
-DENABLE_OPENMP=OFF \
-DENABLE_OPENMP=OFF -DENABLE_SAMRAI_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=$CWD \
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true \
-DCMAKE_CXX_FLAGS="-g0 -O3 -march=native -mtune=native" \
Expand Down

0 comments on commit be8d04d

Please sign in to comment.