Ticket #36474: patch-ARB-makefile2.diff

File patch-ARB-makefile2.diff, 378 bytes (added by macports.org@…, 12 years ago)

The patch to change gcc -O4 to -O3

  • Makefile

    old new  
    9898
    9999ifeq ($(DEBUG),0)
    100100        dflags := -DNDEBUG# defines
    101         cflags := -O4# compiler flags (C and C++)
     101        cflags := -O3# compiler flags (C and C++)
    102102 ifndef DARWIN
     103        cflags := -O4# compiler flags (C and C++)
    103104        lflags += -O99 --strip-all# linker flags
    104105 endif
    105106endif