Browse Source

Change the production optimization level.

tags/non-sequencer-v1.9.4
Jonathan Moore Liles 17 years ago
parent
commit
19cc44ef07
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -21,7 +21,7 @@ DOCUMENT_PATH=$(prefix)/share/doc/non-sequencer/
ifeq ($(USE_DEBUG),yes)
CXXFLAGS := -pipe -ggdb -Wall -Wextra -Wnon-virtual-dtor -Wno-missing-field-initializers -O0 -fno-rtti -fno-exceptions
else
CXXFLAGS := -pipe -O3 -fno-rtti -fno-exceptions -DNDEBUG
CXXFLAGS := -pipe -O2 -fno-rtti -fno-exceptions -DNDEBUG
endif

CFLAGS+=-DVERSION=\"$(VERSION)\" \


Loading…
Cancel
Save