Browse Source

Fix typo in makefile.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
f42b12d323
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -16,7 +16,7 @@ make.conf: configure

-include make.conf

ifeq (($MAINTAINER_MODE),yes)
ifeq ($(MAINTAINER_MODE),yes)
CXXFLAGS := -pipe -ggdb -Wextra -Wno-missing-field-initializers -O0 -fno-rtti -fno-exceptions
else
CXXFLAGS := -pipe -O3 -fno-rtti -fno-exceptions -DNDEBUG


Loading…
Cancel
Save