diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile b/scripts/makefile index b416c35..7424204 100644 --- a/scripts/makefile +++ b/scripts/makefile @@ -1,7 +1,7 @@ # this could be done better RELEASE ?= 0 OPTFLAGS != [ "$(RELEASE)" != "0" ] \ - && echo "-O3 -flto" \ + && echo "-O2 -flto=auto" \ || echo "-O0" DEBUG ?= 1 |
