- Timestamp:
- Nov 10, 2003, 3:19:21 PM (19 years ago)
- Location:
- ttyvaders/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ttyvaders/trunk/configure.ac
r118 r126 1 1 # $Id$ 2 2 3 AC_INIT(ttyvaders,0.0cvs-200 21223)3 AC_INIT(ttyvaders,0.0cvs-20031110) 4 4 5 5 AC_PREREQ(2.50) … … 8 8 AC_CANONICAL_SYSTEM 9 9 10 AM_INIT_AUTOMAKE(ttyvaders,0.0cvs-200 21223)10 AM_INIT_AUTOMAKE(ttyvaders,0.0cvs-20031110) 11 11 AM_CONFIG_HEADER(config.h) 12 12 … … 37 37 AM_CONDITIONAL(USE_NCURSES, ${USE_NCURSES}) 38 38 39 # Optimizations 40 CFLAGS="${CFLAGS} -g -O2 -fno-strength-reduce -fomit-frame-pointer" 41 # Code qui fait des warnings == code de porc == deux baffes dans ta gueule 42 CFLAGS="${CFLAGS} -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs" 43 39 44 AC_OUTPUT([ 40 45 Makefile -
ttyvaders/trunk/libee/Makefile.am
r116 r126 2 2 # Automake targets and declarations for libee 3 3 ############################################################################### 4 5 AM_CFLAGS = -g -O2 -fno-strength-reduce -fomit-frame-pointer6 7 # Code qui fait des warnings == code de porc == deux baffes dans ta gueule8 AM_CFLAGS += -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs9 4 10 5 lib_LIBRARIES = libee.a -
ttyvaders/trunk/src/Makefile.am
r112 r126 2 2 # Automake targets and declarations for ttyvaders 3 3 ############################################################################### 4 5 AM_CFLAGS = -g -O2 -fno-strength-reduce -fomit-frame-pointer6 7 # Code qui fait des warnings == code de porc == deux baffes dans ta gueule8 AM_CFLAGS += -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs9 4 10 5 if USE_SLANG -
ttyvaders/trunk/test/Makefile.am
r112 r126 2 2 # Automake targets and declarations for libee tests 3 3 ############################################################################### 4 5 AM_CFLAGS = -g -O2 -fno-strength-reduce -fomit-frame-pointer6 7 # Code qui fait des warnings == code de porc == deux baffes dans ta gueule8 AM_CFLAGS += -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs9 4 10 5 if USE_SLANG
Note: See TracChangeset
for help on using the changeset viewer.