- commit
- e57e34ba526dcf555b77c036a9eddf1b12216203
- parent
- 3c1a3e5d37db758969d41a63dde46ad38842321c
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-08-20 06:49
disable -fsanitize=address for production only useful for debugging, not hardening
Diffstat
| M | Makefile | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
@@ -1,5 +1,5 @@ 1 1 PREFIX = /usr2 -1 CFLAGS = -std=c99 -Wall -Wno-deprecated-declarations -fsanitize=address -fanalyzer -O2 `pkg-config --cflags gtk+-3.0 vte-2.91`-1 2 CFLAGS = -std=c99 -Wall -Wno-deprecated-declarations -fanalyzer -O2 `pkg-config --cflags gtk+-3.0 vte-2.91` 3 3 LDFLAGS = -s `pkg-config --libs gtk+-3.0 vte-2.91` 4 4 5 5 all: xiterm