diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-27 19:23:37 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-27 19:23:37 +0300 |
| commit | 4f0647740a3353781eab29a34ab1e0c16a0551ca (patch) | |
| tree | 70f837c45eab037be948d4763f58730af0c69c87 /tasm/scripts/makefile | |
| parent | c771a678e382c6e37d5714231629de82476ab3ae (diff) | |
| download | tri-4f0647740a3353781eab29a34ab1e0c16a0551ca.tar.gz tri-4f0647740a3353781eab29a34ab1e0c16a0551ca.zip | |
allow assembling massive files
Diffstat (limited to 'tasm/scripts/makefile')
| -rw-r--r-- | tasm/scripts/makefile | 2 |
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 |
