diff Makefile @ 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 9fcc8e97c86f
children c7d1c11c9118
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