diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-07-20 21:59:32 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-07-20 21:59:32 +0200 |
commit | 3351ecf9d0ee24be022ce26714886ee3af8ed484 (patch) | |
tree | 677a9fdbdb7aec856fd68534d68f5d219fa64ce5 /Maakbestand | |
parent | 9e07d58fc1386b7ede191dcf8ece83c05cf72d6f (diff) |
Zet "maakbestand: debug" terug
Dit zet commit 9e07d58fc1386b7ede191dcf8ece83c05cf72d6f terug.
Diffstat (limited to 'Maakbestand')
-rw-r--r-- | Maakbestand | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Maakbestand b/Maakbestand index 5a07cf3..70df156 100644 --- a/Maakbestand +++ b/Maakbestand @@ -3,7 +3,7 @@ VERSION := $(shell ./versie.sh) PREFIX ?= /usr CC := gcc -CFLAGS := -Wall -Wextra -std=c2x -Og -g +CFLAGS := -Wall -Wextra -std=c2x -O2 CFLAGS += -D_GNU_SOURCE -DDRUKKEDOOS_VERSIE=\"$(VERSION)\" CFLAGS += -Isrc LDFLAGS := |