diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ include config-host.mak CFLAGS=-Wall -O2 -g +ifdef CONFIG_DARWIN +CFLAGS+= -mdynamic-no-pic +endif ifdef CONFIG_WIN32 CFLAGS+=-fpack-struct endif |