wrap munmap to prevent unwanted unmaps
[ginge.git] / loader / Makefile
index ad0f9ef..90b6839 100644 (file)
@@ -6,7 +6,7 @@ CFLAGS += -Wall -ggdb -DLOADER
 LDFLAGS += -ggdb -lpthread -lrt
 ifndef DEBUG
 CFLAGS += -O2 -fno-strict-aliasing
-LDFLAGS += -s -O2
+LDFLAGS += -O2
 endif
 ifdef DBG
 CFLAGS += -DDBG=$(DBG)
@@ -59,4 +59,4 @@ clean:
 # basic deps
 dl.o patches.o: override.c
 *.o: header.h
-
+host_fb.o: libpicofe/linux/fbdev.c