Skip to content

Commit

Permalink
try to speed up build
Browse files Browse the repository at this point in the history
attempt 2
  • Loading branch information
chris-y committed Apr 25, 2020
1 parent 336ba5e commit 996fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ZMAKEBAS=./zmakebas/zmakebas

all: tzx2tap tzxconv.bas
tzx2tap: tzx2tap.c
zcc +zxn -v -startup=30 -clib=sdcc_iy -O3 --opt-code-size --max-allocs-per-node200000 tzx2tap.c -o tzx2tap -subtype=dotn -create-app -pragma-define:CLIB_OPT_SCANF=0 -pragma-define:CLIB_OPT_PRINTF=0x5605
zcc +zxn -v -startup=30 -clib=sdcc_iy -SO3 --opt-code-size tzx2tap.c -o tzx2tap -subtype=dotn -create-app -pragma-define:CLIB_OPT_SCANF=0 -pragma-define:CLIB_OPT_PRINTF=0x5605
tzxconv.bas: tzxconv.txt
$(ZMAKEBAS) -3 -o ./tzxconv.bas ./tzxconv.txt

0 comments on commit 996fab9

Please sign in to comment.