aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-06-29 23:59:43 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-07-01 13:45:04 +0200
commit7852a5412cda6a05844de7e22feaa6ea03922f86 (patch)
tree8057f0446096b992bf2b71a2af93c98fd4879c12 /config.mk
parent9406e7ea7cd9f17dda087543cab7992c40787e5e (diff)
downloadnsxiv-7852a5412cda6a05844de7e22feaa6ea03922f86.tar.zst
configconfig
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
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)