Changeset 2526

Show
Ignore:
Timestamp:
07/15/08 22:16:02 (3 months ago)
Author:
sam
Message:
  • configure.ac: do not use -fno-strength-reduce -fomit-frame-pointer, they're pretty useless for our project.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/configure.ac

    r2523 r2526  
    7575 
    7676# Optimizations 
    77 CFLAGS="${CFLAGS} -g -O2 -fno-strength-reduce -fomit-frame-pointer" 
     77CFLAGS="${CFLAGS} -g -O2" 
    7878# Code qui fait des warnings == code de porc == deux baffes dans ta gueule 
    7979CFLAGS="${CFLAGS} -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"