diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ | |||
20 | 20 | ||
21 | # flags | 21 | # flags |
22 | CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 | 22 | CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 |
23 | CFLAGS = -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os $(INCS) $(CPPFLAGS) | 23 | STCFLAGS = $(INCS) $(CPPFLAGS) $(CFLAGS) |
24 | LDFLAGS = -g $(LIBS) | 24 | STLDFLAGS = $(LIBS) $(LDFLAGS) |
25 | 25 | ||
26 | # compiler and linker | 26 | # compiler and linker |
27 | # CC = c99 | 27 | # CC = c99 |