mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
get rid of port_config.h
This commit is contained in:
parent
5609d343e3
commit
9c9cda8c39
21 changed files with 73 additions and 288 deletions
2
Makefile
2
Makefile
|
@ -1,8 +1,6 @@
|
|||
TARGET ?= PicoDrive
|
||||
CFLAGS += -Wall -ggdb -falign-functions=2
|
||||
CFLAGS += -I.
|
||||
# FIXME
|
||||
CFLAGS += -Iplatform/linux/
|
||||
ifndef DEBUG
|
||||
CFLAGS += -O2 -DNDEBUG
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue