[Merge] lp:~noskcaj/ubuntu/trusty/enblend-enfuse/merge into lp:ubuntu/enblend-enfuse
Dmitry Shachnev
mitya57 at gmail.com
Fri Jan 24 11:42:36 UTC 2014
I think the flags code should look like this (I don't see any point in forcing -Wall, so it can probably be dropped):
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
ifneq (,$(findstring arm,$(DEB_HOST_GNU_TYPE)))
export DEB_CFLAGS_MAINT_STRIP = -O2
export DEB_CXXFLAGS_MAINT_STRIP = -O2
export DEB_CFLAGS_MAINT_APPEND = -O1
export DEB_CXXFLAGS_MAINT_APPEND = -O1
endif
endif
--
https://code.launchpad.net/~noskcaj/ubuntu/trusty/enblend-enfuse/merge/+merge/202544
Your team Ubuntu branches is subscribed to branch lp:ubuntu/enblend-enfuse.
More information about the Ubuntu-reviews
mailing list