Chameleon

Chameleon Commit Details

Date:2010-02-12 11:34:54 (14 years 2 months ago)
Author:JrCs
Commit:74
Parents: 73
Message:Stop with error in case of warning
Changes:
M/branches/JrCs/i386/libsaio/Makefile

File differences

branches/JrCs/i386/libsaio/Makefile
99
1010
1111
12
13
12
1413
15
14
1615
1716
1817
#SYMROOT=
OPTIM = -Os -Oz
DEBUG = NOTHING
CFLAGS= $(RC_CFLAGS) $(OPTIM) $(MORECPP) -arch i386 -g -Wmost \
CFLAGS= $(RC_CFLAGS) $(OPTIM) $(MORECPP) -arch i386 -g -Wmost -Werror \
-D__ARCHITECTURE__=\"i386\" -DSAIO_INTERNAL_USER \
-DRCZ_COMPRESSED_FILE_SUPPORT -D$(DEBUG) \
-DRCZ_COMPRESSED_FILE_SUPPORT $(DEBUG) \
-fno-builtin -static $(OMIT_FRAME_POINTER_CFLAG) \
-mpreferred-stack-boundary=2 -fno-align-functions -fno-stack-protector \
-march=pentium4 -msse2 -mfpmath=sse -msoft-float

Archive Download the corresponding diff file

Revision: 74