Changeset 202
- Timestamp:
- 04/11/06 18:06:58 (3 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r201 r202 3 3 * A lot of fixes to silence the compile warnings generated when compiling 4 4 with the default Fedora compiler options 5 * Removed FC compiled options from Makefile.in again, stupid me 5 6 6 7 2006-04-11 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> eaccelerator/trunk/Makefile.in
r201 r202 3 3 LTLIBRARY_SHARED_NAME = eaccelerator.la 4 4 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-tables5 EXTRA_CFLAGS = -O2 6 6 7 7 include $(top_srcdir)/build/dynlib.mk