changeset 213:78a144448bda refactoring

Use "override CFLAGS+=" in Makefile. Allows e.g. "make CFLAGS=-pg" and still getting "-g -O3"
author mas01cr
date Tue, 04 Dec 2007 09:16:48 +0000
parents 1292c2e37734
children 3254b15472f3
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Nov 30 10:30:01 2007 +0000
+++ b/Makefile	Tue Dec 04 09:16:48 2007 +0000
@@ -4,7 +4,7 @@
 GSOAP_CPP=-lgsoap++
 GSOAP_INCLUDE=
 
-CFLAGS=-O3 -g
+override CFLAGS+=-O3 -g
 
 EXECUTABLE=audioDB