summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-04 04:46:59 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-04 04:46:59 -0400
commit03a6cbae78afd7c99fce92ac1e3ae8f5c47c7340 (patch)
tree71b484d963c4c06b354bfe82f96885aa291b198e
parentc10498ede64f3521268472455440ee1eda012208 (diff)
downloadlibvt100-03a6cbae78afd7c99fce92ac1e3ae8f5c47c7340.tar.gz
libvt100-03a6cbae78afd7c99fce92ac1e3ae8f5c47c7340.zip
these aren't linker flags
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80a96f8..4e63e51 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ OBJ = $(BUILD)parser.o \
LIBS = glib-2.0
OPT ?= -g
CFLAGS ?= $(OPT) -Wall -Wextra -Werror -pedantic -std=c1x -D_XOPEN_SOURCE=600
-LDFLAGS ?= $(OPT) -Wall -Wextra -Werror -pedantic -std=c1x -D_XOPEN_SOURCE=600
+LDFLAGS ?= $(OPT)
ALLCFLAGS = $(shell pkg-config --cflags $(LIBS)) $(CFLAGS)
ALLLDFLAGS = $(shell pkg-config --libs $(LIBS)) $(LDFLAGS)