[debian-mysql] Bug#436552: please review old cruft/optimization options in debian/rules
Matthias Klose
doko at cs.tu-berlin.de
Wed Aug 8 08:15:28 UTC 2007
Package: mysql-dfsg-5.0
Version: 5.0.45-1
- #116631 was filed for version 3.x; is this still necessary in 5.0?
- does arm still need to be special cased?
ifeq ($(findstring $(ARCH), arm),$(ARCH))
FOMIT_FRAME_POINTER=
else
FOMIT_FRAME_POINTER=-fomit-frame-pointer
endif
# trying to raise stability on i386. See #116631
# don't use it on ia64
ifeq ($(findstring $(ARCH),i386),$(ARCH))
FNO_EXCEPTIONS=-fno-exceptions
endif
More information about the pkg-mysql-maint
mailing list