Ticket #36474: patch-ARB-makefile2.diff
File patch-ARB-makefile2.diff, 378 bytes (added by macports.org@…, 12 years ago) |
---|
-
Makefile
old new 98 98 99 99 ifeq ($(DEBUG),0) 100 100 dflags := -DNDEBUG# defines 101 cflags := -O 4# compiler flags (C and C++)101 cflags := -O3# compiler flags (C and C++) 102 102 ifndef DARWIN 103 cflags := -O4# compiler flags (C and C++) 103 104 lflags += -O99 --strip-all# linker flags 104 105 endif 105 106 endif