Skip to content

Commit

Permalink
Merge pull request #1863 from ctSkennerton/patch-2
Browse files Browse the repository at this point in the history
Update makefile
  • Loading branch information
standage committed May 18, 2018
2 parents 5b38e1d + 56a708c commit 599cc34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions third-party/cqf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ ifdef P
PROFILE=-pg -no-pie # for bug in gprof.
endif

ifneq ($(INCLUDE),)
INCLUDE := -I$(INCLUDE)
endif

CXX = g++ -std=c++11 -fPIC
CC = g++ -std=c++11 -fPIC
LD= g++ -std=c++11
Expand Down

0 comments on commit 599cc34

Please sign in to comment.