Skip to content

Commit

Permalink
back to O2
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheler committed Dec 27, 2024
1 parent ff16f1e commit 696f792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ circle*.msh
airfoil-converged.msh
airfoil-converged.vtk
circle_perimeter*.dat
wilson-2d*.vtk
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ AC_PROG_INSTALL

######################
# default optimization flags
AS_IF([test "x$CFLAGS" = "x-g -O2"], [CFLAGS="-O3 -flto=auto -no-pie"])
AS_IF([test "x$CFLAGS" = "x-g -O2"], [CFLAGS="-O2 -flto=auto -no-pie"])
# the CFLAGS are passed down to the linker as well
# AS_IF([test "x$LDFLAGS" = "x"], [LDFLAGS="-flto=auto"])

Expand Down

0 comments on commit 696f792

Please sign in to comment.