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

  • makefiles/config.mk

    old new  
    1818endif 
    1919 
    2020ifeq "$(TARGET_STATUS)" "release" 
    21         CFLAGS += -O3 
    22         LDFLAGS += -s 
     21        CFLAGS += $(RPM_OPT_FLAGS) 
    2322endif 
    2423ifeq "$(TARGET_STATUS)" "debug" 
    2524        CFLAGS += -O0 -g 
Note: See TracBrowser for help on using the repository browser.