Ticket #38204: patch-ARB-Makefile.diff

File patch-ARB-Makefile.diff, 317 bytes (added by mattcottrell, 11 years ago)

Makefile now specifies -O0 compiler optimization

  • Makefile

    old new  
    103103
    104104ifeq ($(DEBUG),0)
    105105        dflags := -DNDEBUG# defines
    106         cflags := -O4# compiler flags (C and C++)
     106        cflags := -O0# compiler flags (C and C++)
    107107 ifndef DARWIN
    108108        lflags += -O99# linker flags
    109109 endif