Skip to content

Commit

Permalink
build per default the release version
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Mar 26, 2023
1 parent 84d2ea3 commit 684077b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ cd tmp/final
cmake ../../hermit \
-DTOOLCHAIN_BIN_DIR=$PREFIX/bin \
-DCMAKE_INSTALL_PREFIX=$PREFIX \
-DMTUNE=native
-DMTUNE=native \
-DCMAKE_BUILD_TYPE=Release
make
make install
cd -
Expand Down

0 comments on commit 684077b

Please sign in to comment.