xiterm

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

commit
0b6d8fd0e68c2d9e4ed9f6b0041eb21f48c594e2
parent
ec54b38eab4812ebe83744628f2d0cb3f5cdcc52
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-07-01 06:25
align compiler options with dpkg-buildflags

Diffstat

M Makefile 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/Makefile b/Makefile

@@ -1,6 +1,6 @@
    1     1 PREFIX = /usr
    2    -1 CFLAGS = -std=c99 -Wall -Wno-deprecated-declarations -fanalyzer -O2 `pkg-config --cflags gtk+-3.0 vte-2.91`
    3    -1 LDFLAGS = -s `pkg-config --libs gtk+-3.0 vte-2.91`
   -1     2 CFLAGS = -std=c99 -Wall -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 `pkg-config --cflags gtk+-3.0 vte-2.91`
   -1     3 LDFLAGS = -s -Wl,-z,relro `pkg-config --libs gtk+-3.0 vte-2.91`
    4     4 
    5     5 all: xiterm
    6     6