mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-01 19:30:36 +00:00
remove BANK_DUMP
This commit is contained in:
parent
97612d63c1
commit
a700a2f1f7
@ -7,7 +7,7 @@
|
||||
TOP = $(shell pwd)
|
||||
VPATH = $(TOP)
|
||||
#CPPFLAGS = -DVERSION="\"$(VERSION)\""
|
||||
CPPFLAGS = -DVERSION="\"$(VERSION)\"" -DBANK_DUMP -I$(TOP) -Wa,-I$(TOP) \
|
||||
CPPFLAGS = -DVERSION="\"$(VERSION)\"" -I$(TOP) -Wa,-I$(TOP) \
|
||||
$(OPTFLAGS)
|
||||
CFLAGS = -Wno-multichar -O -m68030 -nostdlib -nodefaultlibs -Wall -Werror -fpic
|
||||
ASFLAGS =
|
||||
|
Loading…
x
Reference in New Issue
Block a user