Skip to content

Commit

Permalink
Enable -O3 for CUTEst
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Aug 22, 2023
1 parent 56a7daf commit 8a36fd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/cutest/install-cutest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ source $ARCH/system.$OS
source $ARCH/$COMPILER
source $ARCH/$CCOMPILER

OPTIMIZATION='-O3 -march=skylake'

yesno_default_no() {
echo "$1 (y/N)? "
return 0
Expand Down

0 comments on commit 8a36fd1

Please sign in to comment.