From: arighi Date: Wed, 17 Mar 2010 11:53:07 +0000 (+0000) Subject: demo: add optional CPPAFLAGS variable definition in demo.mk X-Git-Tag: 2.4.0~46 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=inline;h=4b93bec7cc913d976c9e467a51e5e1732ce992f7;p=bertos.git demo: add optional CPPAFLAGS variable definition in demo.mk git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3218 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/examples/demo/demo.mk b/examples/demo/demo.mk index a71bb193..45ccdb36 100644 --- a/examples/demo/demo.mk +++ b/examples/demo/demo.mk @@ -80,6 +80,7 @@ bertos/emul/timer_qt_moc.cpp: bertos/emul/timer_qt.c $(QT_MOC) -o $@ $< +demo_CPPAFLAGS = demo_CFLAGS = -O0 -g3 -ggdb -Iexamples/demo $(EMUL_CFLAGS) demo_CXXFLAGS = -O0 -g3 -ggdb -Iexamples/demo $(EMUL_CFLAGS) demo_LDFLAGS = $(EMUL_LDFLAGS)