Skip to content

Commit

Permalink
fix: 1%+ aarch64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozeny committed Jul 26, 2018
1 parent 60b7da9 commit 557a749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-solardiz.sh → build-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ make clean ; \
./nomacro.pl && \

# solardiz 16 hours ago •
# I recommend -O2 -fomit-frame-pointer instead of -O3,
# I recommend -O2 -fomit-frame-pointer instead of -O3,
# although the difference is minor
# (and expected to be seen mostly on 32-bit x86 builds,
# where you'd also want to add -msse2).

./configure CFLAGS="-O2 -fomit-frame-pointer -msse2" && \
./configure CFLAGS="-O2 -fomit-frame-pointer" && \
make

0 comments on commit 557a749

Please sign in to comment.