summaryrefslogtreecommitdiff
path: root/userspace/cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/cpp/Makefile')
-rw-r--r--userspace/cpp/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/userspace/cpp/Makefile b/userspace/cpp/Makefile
index 7623325..9f4b314 100644
--- a/userspace/cpp/Makefile
+++ b/userspace/cpp/Makefile
@@ -1,6 +1,15 @@
CXX=i686-foolos-g++
-testcpp:
+CFLAGS=
+CFLAGS+=-O0
+CFLAGS+=-gstabs
+
+LDLIBS+=-lgcc
+
+ASFLAGS=
+ASFLAGS+=-gstabs
+
+testcpp: prep.cpp
clean:
rm -f testcpp