Skip to content

Commit

Permalink
linux_release_CFLAGS: -O1 -> -O2
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Mar 18, 2020
1 parent 956fb59 commit 511b27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/hosts/linux.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
linux_CFLAGS=-pipe
linux_CXXFLAGS=$(linux_CFLAGS)

linux_release_CFLAGS=-O1
linux_release_CFLAGS=-O2
linux_release_CXXFLAGS=$(linux_release_CFLAGS)

linux_debug_CFLAGS=-O1
Expand Down

0 comments on commit 511b27a

Please sign in to comment.