source: projects/specs/trunk/f/fbreader/fbreader-optflags.patch @ 1568

Revision 1568, 307 bytes checked in by munepi, 14 years ago (diff)

NEW: fbreader, liblinebreak

RevLine 
[1568]1--- makefiles/config.mk.orig    2007-09-07 15:05:39.000000000 -0400
2+++ makefiles/config.mk 2007-09-21 11:51:53.000000000 -0400
3@@ -18,8 +18,7 @@
4 endif
5 
6 ifeq "$(TARGET_STATUS)" "release"
7-       CFLAGS += -O3
8-       LDFLAGS += -s
9+       CFLAGS += $(RPM_OPT_FLAGS)
10 endif
11 ifeq "$(TARGET_STATUS)" "debug"
12        CFLAGS += -O0 -g
Note: See TracBrowser for help on using the repository browser.