From: Alan Cox Date: Tue, 17 Mar 2015 12:12:13 +0000 (+0000) Subject: utils: Changes in the Makefiles turned off optimisation X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ae85d1770df0ee6a7d6fa2cecfcacb9ba9ffd3d5;p=FUZIX.git utils: Changes in the Makefiles turned off optimisation Turn it back on! --- diff --git a/Applications/util/Makefile b/Applications/util/Makefile index b29a615e..10af0621 100644 --- a/Applications/util/Makefile +++ b/Applications/util/Makefile @@ -2,15 +2,12 @@ CC = sdcc ASM = sdasz80 AR = sdar LINKER = sdcc -FCC = ../../Library/tools/fcc -#PLATFORM = -PLATFORM = -tzx128 +FCC = ../../Library/tools/fcc -O2 +PLATFORM = +#PLATFORM = -tzx128 PROGLOAD=`(cat ../../Kernel/platform/config.h; echo PROGLOAD) | cpp -E | tail -n1` -#CC_OPT = -mz80 -c --opt-code-size --std-c89 --max-allocs-per-node 2000000 -I../../Library/include -CC_OPT = -mz80 --std-c99 -c --opt-code-size --max-allocs-per-node 20000 -I../../Library/include - # Used for programs that make sdcc go boom or take hours CC_CRAP = -mz80 --std-c99 -c --opt-code-size --max-allocs-per-node 1000 -I../../Library/include ASM_OPT = -l -o -s