xiterm

simple vte terminal emulator
git clone https://git.ce9e.org/xiterm.git

commit
3c1a3e5d37db758969d41a63dde46ad38842321c
parent
c306394cbd518318f9157b2455097fd3f82295ea
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-30 08:15
Makefile: enable address sanitizer

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -1,5 +1,5 @@
    1     1 PREFIX = /usr
    2    -1 CFLAGS = -std=c99 -Wall -Wno-deprecated-declarations -fanalyzer -O2 `pkg-config --cflags gtk+-3.0 vte-2.91`
   -1     2 CFLAGS = -std=c99 -Wall -Wno-deprecated-declarations -fsanitize=address -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