From 46f18e69b6651ad69fb344e046675b9ae30425bb Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Thu, 29 Jun 2023 23:59:43 +0200 Subject: config --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 49a1652..d223ef9 100644 --- a/config.mk +++ b/config.mk @@ -2,7 +2,7 @@ VERSION = 32 # PREFIX for install -PREFIX = /usr/local +PREFIX = /usr MANPREFIX = $(PREFIX)/share/man EGPREFIX = $(PREFIX)/share/doc/nsxiv/examples @@ -17,7 +17,7 @@ HAVE_LIBFONTS = $(OPT_DEP_DEFAULT) HAVE_LIBEXIF = $(OPT_DEP_DEFAULT) # CFLAGS, any additional compiler flags goes here -CFLAGS = -Wall -pedantic -O2 -DNDEBUG +# CFLAGS = -Wall -pedantic -O2 -DNDEBUG # Uncomment for a debug build using gcc/clang # CFLAGS = -Wall -pedantic -DDEBUG -g3 -fsanitize=address,undefined # LDFLAGS = $(CFLAGS) -- cgit v1.2.3-54-g00ecf