]> git.localhorst.tv Git - l2e.git/commitdiff
added "profile" build configuration
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 21 Jan 2013 19:38:00 +0000 (20:38 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 21 Jan 2013 19:38:00 +0000 (20:38 +0100)
build/profile/Makefile [new file with mode: 0644]

diff --git a/build/profile/Makefile b/build/profile/Makefile
new file mode 100644 (file)
index 0000000..fadf441
--- /dev/null
@@ -0,0 +1,8 @@
+include ../targets.mk
+include ../config.mk
+include ../l2e.mk
+
+CPPFLAGS += -DNDEBUG
+CXXFLAGS += -O3 -g3
+
+-include local.mk