aboutsummaryrefslogtreecommitdiff
path: root/nob.c
diff options
context:
space:
mode:
Diffstat (limited to 'nob.c')
-rw-r--r--nob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nob.c b/nob.c
index b677855..8ab8e14 100644
--- a/nob.c
+++ b/nob.c
@@ -9,7 +9,7 @@
#define nob_cc_include_path(cmd, path) cmd_append(cmd, temp_sprintf("-I%s", path))
#define nob_cc_no_link(cmd) cmd_append(cmd, "-c")
-#define nob_cc_my_flags(cmd) cmd_append(cmd, "-Wall", "-Wextra")
+#define nob_cc_my_flags(cmd) cmd_append(cmd, "-Wall", "-Wextra", "-ggdb")
typedef struct {
Nob_String_View *items;