Ticket #38204: patch-ARB-Makefile.diff
File patch-ARB-Makefile.diff, 317 bytes (added by mattcottrell, 12 years ago) |
---|
-
Makefile
old new 103 103 104 104 ifeq ($(DEBUG),0) 105 105 dflags := -DNDEBUG# defines 106 cflags := -O 4# compiler flags (C and C++)106 cflags := -O0# compiler flags (C and C++) 107 107 ifndef DARWIN 108 108 lflags += -O99# linker flags 109 109 endif