Index: trunk/i386/modules/MakeInc.dir =================================================================== --- trunk/i386/modules/MakeInc.dir (revision 2571) +++ trunk/i386/modules/MakeInc.dir (revision 2572) @@ -17,6 +17,7 @@ ifeq ($(BUILT_IN),yes) +OPTIM := $(CONFIG_OPTIMIZATION_LEVEL) CFLAGS := $(RC_CFLAGS) $(OPTIM) $(MORECPP) -arch i386 -g -Wmost -Werror \ -fno-builtin -DSAIO_INTERNAL_USER -static $(OMIT_FRAME_POINTER_CFLAG) -fno-stack-protector \ -march=pentium4 -msse2 -msoft-float -nostdinc -include $(SRCROOT)/autoconf.h @@ -28,7 +29,7 @@ else -CFLAGS := $(CLFAGS) -nostdinc -Wmost -Werror \ +CFLAGS := $(CFLAGS) -nostdinc -Wmost -Werror \ -fno-builtin -fno-stack-protector \ -march=pentium4 -msse2 -msoft-float \ -arch i386 -include $(SRCROOT)/autoconf.h