summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2001-05-03 00:48:32 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2001-05-03 00:48:32 +0000
commit9c03c192313086fb8fa381ee74cdda07c221c868 (patch)
treedd6409963678322d251aa3196751ca58814f4533 /build
parent6f8134b2c3033047a3191b917b7ede362397de04 (diff)
downloadflac-9c03c192313086fb8fa381ee74cdda07c221c868.tar.gz
*** empty log message ***
Diffstat (limited to 'build')
-rw-r--r--build/exe.mk4
-rw-r--r--build/lib.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/build/exe.mk b/build/exe.mk
index 6ddc818a..30c407b7 100644
--- a/build/exe.mk
+++ b/build/exe.mk
@@ -12,8 +12,8 @@ PROGRAM = $(BINPATH)/$(PROGRAM_NAME)
all : release
-debug : CFLAGS = -g -O0 -DDEBUG $(DEBUG_CFLAGS) -Wall -W $(INCLUDES)
-release : CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -finline-functions -DNDEBUG $(RELEASE_CFLAGS) -Wall -W $(INCLUDES)
+debug : CFLAGS = -g -O0 -DDEBUG $(DEBUG_CFLAGS) -Wall -W $(DEFINES) $(INCLUDES)
+release : CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -finline-functions -DNDEBUG $(RELEASE_CFLAGS) -Wall -W $(DEFINES) $(INCLUDES)
LFLAGS = -L$(LIBPATH)
diff --git a/build/lib.mk b/build/lib.mk
index 40771e81..f2980115 100644
--- a/build/lib.mk
+++ b/build/lib.mk
@@ -11,8 +11,8 @@ DYNAMIC_LIB = $(LIBPATH)/$(LIB_NAME).so
all : release
-debug : CFLAGS = -g -O0 -DDEBUG $(DEBUG_CFLAGS) -Wall -W $(INCLUDES)
-release : CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -finline-functions -DNDEBUG $(RELEASE_CFLAGS) -Wall -W $(INCLUDES)
+debug : CFLAGS = -g -O0 -DDEBUG $(DEBUG_CFLAGS) -Wall -W $(DEFINES) $(INCLUDES)
+release : CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -finline-functions -DNDEBUG $(RELEASE_CFLAGS) -Wall -W $(DEFINES) $(INCLUDES)
LFLAGS = -L$(LIBPATH)