[debian-mysql] Bug#436551: please review old cruft/optimization options in debian/rules

Matthias Klose doko at cs.tu-berlin.de
Wed Aug 8 08:11:59 UTC 2007


Package: mysql-dfsg-5.1
Version: 5.1.19beta-1

- #116631 was filed for version 3.x; is this still necessary in 5.1?
- 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