aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2017-07-12 00:26:35 +0200
committerQuentin Rameau <quinq@fifth.space>2017-07-12 00:28:11 +0200
commitd4928edba0fe2cc63b3bc13fd6dad0bcb875174e (patch)
treeb8588187f92b1920e5b1efa155dd441058418a3d /config.mk
parentfabd4602b3223666165c76c397644a081b9a97e5 (diff)
downloadst-d4928edba0fe2cc63b3bc13fd6dad0bcb875174e.tar.gz
st-d4928edba0fe2cc63b3bc13fd6dad0bcb875174e.tar.bz2
Let the user specify C and LD FLAGS
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 527a64d..0aceec4 100644
--- a/config.mk
+++ b/config.mk
@@ -20,8 +20,8 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
# flags
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
-CFLAGS = -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os $(INCS) $(CPPFLAGS)
-LDFLAGS = -g $(LIBS)
+STCFLAGS = $(INCS) $(CPPFLAGS) $(CFLAGS)
+STLDFLAGS = $(LIBS) $(LDFLAGS)
# compiler and linker
# CC = c99