X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=d8dbcb5e6ca1e0937e2fbf053694744bca85a06b;hb=4835077e00c2cf7e3dba7bf7801c6aafd9d00dbe;hp=7ebb878114e16cd236fc5ccc1096293b927eb825;hpb=5345c2b9bc9b5f8a2d423482358e63af87b9219a;p=picodrive.git diff --git a/Makefile b/Makefile index 7ebb878..d8dbcb5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ TARGET ?= PicoDrive CFLAGS += -Wall -ggdb -falign-functions=2 -CFLAGS += -I. +CFLAGS += -I. -DINLINE=inline ifndef DEBUG CFLAGS += -O2 -DNDEBUG -ffunction-sections ifeq ($(findstring clang,$(CC)),)