From 4b93bec7cc913d976c9e467a51e5e1732ce992f7 Mon Sep 17 00:00:00 2001 From: arighi Date: Wed, 17 Mar 2010 11:53:07 +0000 Subject: [PATCH] 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 --- examples/demo/demo.mk | 1 + 1 file changed, 1 insertion(+) 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) -- 2.25.1