aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
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 \
20 20
21# flags 21# flags
22CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 22CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
23CFLAGS = -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os $(INCS) $(CPPFLAGS) 23STCFLAGS = $(INCS) $(CPPFLAGS) $(CFLAGS)
24LDFLAGS = -g $(LIBS) 24STLDFLAGS = $(LIBS) $(LDFLAGS)
25 25
26# compiler and linker 26# compiler and linker
27# CC = c99 27# CC = c99