Changeset 37 for abuse


Ignore:
Timestamp:
Mar 1, 2008, 8:47:57 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Activate shitloads of warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/configure.ac

    r32 r37  
    4141CFLAGS="$CFLAGS $SDL_CFLAGS"
    4242LIBS="$LIBS $SDL_LIBS $X_LIBS -L/usr/lib"
     43
     44# Optimizations
     45CPPFLAGS="${CPPFLAGS} -g -O2 -fno-strength-reduce -fomit-frame-pointer"
     46# Code qui fait des warnings == code de porc == deux baffes dans ta gueule
     47CPPFLAGS="${CPPFLAGS} -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
    4348
    4449dnl Checks for header files
Note: See TracChangeset for help on using the changeset viewer.