From b45c4cb9f04bf295411c420c1ac05a0dd42e5e74 Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Sun, 1 Nov 2015 06:34:56 -0600 Subject: Fix compile and linker problems --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e635432..f56eba3 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ OPTFLAGS ?= -O3 -g -pipe CFLAGS ?= $(OPTFLAGS) CXXFLAGS ?= $(OPTFLAGS) CFLAGS += -Wall -flto -fPIC -CXXFLAGS += --std=gnu++14 -Wall -flto -fPIC -I. +CXXFLAGS += --std=gnu++14 -Wall -flto -fPIC __PKG_CONFIG = $(if $1,$(shell pkg-config $2 $1)) -- cgit v1.2.1