Skip to content

Commit

Permalink
Merge pull request #18 from anarkiwi/flags
Browse files Browse the repository at this point in the history
Recommended LLVM flags.
  • Loading branch information
anarkiwi committed Mar 3, 2024
2 parents 843deb3 + c0dcc11 commit c10f1d8
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 @@ -3,7 +3,7 @@ VERSION := $(shell git describe --tags --abbrev=0)
all: vap.d64 vap.prg

vap.prg: vap.c vessel.h Makefile
/usr/local/llvm-mos/bin/mos-c64-clang -O3 -DVERSION=\"${VERSION}\" -o vap.prg vap.c
/usr/local/llvm-mos/bin/mos-c64-clang -Os -fnonreentrant -flto -DVERSION=\"${VERSION}\" -o vap.prg vap.c

vap.d64: vap.prg
c1541 -format diskname,id d64 vap.d64 -attach vap.d64 -write vap.prg vap
Expand Down

0 comments on commit c10f1d8

Please sign in to comment.