summaryrefslogtreecommitdiff
path: root/configs/linux-debug
diff options
context:
space:
mode:
Diffstat (limited to 'configs/linux-debug')
-rw-r--r--configs/linux-debug9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/linux-debug b/configs/linux-debug
new file mode 100644
index 0000000..60e0b97
--- /dev/null
+++ b/configs/linux-debug
@@ -0,0 +1,9 @@
+# Configuration for debugging on Linux
+
+include $(TOP)/configs/linux
+
+CONFIG_NAME = linux-debug
+
+OPT_FLAGS = -g
+#CFLAGS += -pedantic
+DEFINES += -DDEBUG -DDEBUG_MATH