From 4f0647740a3353781eab29a34ab1e0c16a0551ca Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 27 Jun 2024 19:23:37 +0300 Subject: allow assembling massive files --- tasm/scripts/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasm/scripts') 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 -- cgit v1.3