mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-03-02 07:31:32 +00:00
Enable debug-safe optimizations.
Also ggdb for tests.
This commit is contained in:
parent
e2bf924fa9
commit
216450da52
@ -7,7 +7,7 @@ LIB_STATIC=librk65c02.a
|
||||
|
||||
LDFLAGS_SO=-shared
|
||||
#LDFLAGS_CLI=-lreadline
|
||||
CFLAGS=-Wall -fpic -ggdb
|
||||
CFLAGS=-Wall -fpic -ggdb -Og
|
||||
#CFLAGS=-Wall -fpic -ggdb -I/opt/local/include/uthash
|
||||
|
||||
65C02ISA=65c02isa
|
||||
|
@ -1,4 +1,4 @@
|
||||
CFLAGS=-Wall -I../src -g
|
||||
CFLAGS=-Wall -I../src -ggdb -Og
|
||||
LDFLAGS=-latf-c -lgc
|
||||
RK6502LIB=../src/librk65c02.a
|
||||
VASM=vasm6502_std
|
||||
|
Loading…
x
Reference in New Issue
Block a user