aboutsummaryrefslogtreecommitdiff
path: root/tasm/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tasm/scripts')
-rw-r--r--tasm/scripts/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasm/scripts/makefile b/tasm/scripts/makefile
index cb7108f..367c03e 100644
--- a/tasm/scripts/makefile
+++ b/tasm/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