Changeset 202

Show
Ignore:
Timestamp:
04/11/06 18:06:58 (3 years ago)
Author:
bart
Message:

* Removed FC compiled options from Makefile.in again, stupid me

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r201 r202  
    33        * A lot of fixes to silence the compile warnings generated when compiling 
    44          with the default Fedora compiler options 
     5        * Removed FC compiled options from Makefile.in again, stupid me  
    56 
    672006-04-11  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
  • eaccelerator/trunk/Makefile.in

    r201 r202  
    33LTLIBRARY_SHARED_NAME = eaccelerator.la 
    44 
    5 EXTRA_CFLAGS = -O2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables 
     5EXTRA_CFLAGS = -O2  
    66 
    77include $(top_srcdir)/build/dynlib.mk