diff options
author | Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com> | 2024-07-20 20:15:06 +0200 |
---|---|---|
committer | Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com> | 2024-07-20 20:15:06 +0200 |
commit | 9e07d58fc1386b7ede191dcf8ece83c05cf72d6f (patch) | |
tree | c2dcd4147b0eb841ef320c28b9bc5914667f07ff | |
parent | 4cf3b920a7adadabbc5ebdc316f3e9749709da38 (diff) |
maakbestand: debug
-rw-r--r-- | Maakbestand | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Maakbestand b/Maakbestand index 70df156..5a07cf3 100644 --- a/Maakbestand +++ b/Maakbestand @@ -3,7 +3,7 @@ VERSION := $(shell ./versie.sh) PREFIX ?= /usr CC := gcc -CFLAGS := -Wall -Wextra -std=c2x -O2 +CFLAGS := -Wall -Wextra -std=c2x -Og -g CFLAGS += -D_GNU_SOURCE -DDRUKKEDOOS_VERSIE=\"$(VERSION)\" CFLAGS += -Isrc LDFLAGS := |