summaryrefslogtreecommitdiff
path: root/Maakbestand
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-07-20 21:59:32 +0200
committerTom Smeding <tom@tomsmeding.com>2024-07-20 21:59:32 +0200
commit3351ecf9d0ee24be022ce26714886ee3af8ed484 (patch)
tree677a9fdbdb7aec856fd68534d68f5d219fa64ce5 /Maakbestand
parent9e07d58fc1386b7ede191dcf8ece83c05cf72d6f (diff)
Zet "maakbestand: debug" terug
Dit zet commit 9e07d58fc1386b7ede191dcf8ece83c05cf72d6f terug.
Diffstat (limited to 'Maakbestand')
-rw-r--r--Maakbestand2
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 :=