diff options
Diffstat (limited to 'com32/lib/MCONFIG')
-rw-r--r-- | com32/lib/MCONFIG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/lib/MCONFIG b/com32/lib/MCONFIG index 781292ba..7f88055a 100644 --- a/com32/lib/MCONFIG +++ b/com32/lib/MCONFIG @@ -28,7 +28,8 @@ LIBFLAGS = -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO \ # fallback anyway, just use that on old machines... # LIBFLAGS += -DPNG_NO_FLOATING_POINT_SUPPORTED -REQFLAGS = $(GCCOPT) -g -mregparm=3 -DREGPARM=3 -D__COM32__ -I. -I./sys -I../include +REQFLAGS = $(GCCOPT) -g -mregparm=3 -DREGPARM=3 -D__COM32__ \ + -nostdinc -iwithprefix include -I. -I./sys -I../include OPTFLAGS = -Os -march=i386 -falign-functions=0 -falign-jumps=0 \ -falign-labels=0 -ffast-math -fomit-frame-pointer WARNFLAGS = -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline |