- commit
- 995cbf0dcd2287eafafff8e71d7186621feb88c2
- parent
- ef5054a6760c5bfd90f7c7236c1486cf8f312bc9
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-09-24 05:59
enable gcc analyzer https://developers.redhat.com/blog/2020/03/26/static-analysis-in-gcc-10
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 -pedantic -Wall -Wno-deprecated-declarations -O2 `pkg-config --cflags gtk+-3.0 vte-2.91`-1 2 CFLAGS = -std=c99 -pedantic -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