diff options
author | Alec Thomas <alec@swapoff.org> | 2012-10-18 12:54:12 -0400 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2012-10-18 12:54:12 -0400 |
commit | d6c7bd8997458658dc4853c36c982acd92966875 (patch) | |
tree | 22c36a558247f20c0ddc1a169012b68ebdf0eee0 /Makefile.conf | |
parent | d98de9aeb12ff50d49b833439bd78402e85d1991 (diff) |
More attempts to get cmake build working.
Diffstat (limited to 'Makefile.conf')
-rw-r--r-- | Makefile.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.conf b/Makefile.conf index 49ba7e3..b4e801e 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -1,6 +1,6 @@ CXX=c++ DEBUG=-g -CXXFLAGS=-ansi -pedantic -Werror -Wall -Wextra -Wno-unused-parameter -Wno-error=unused-variable $(DEBUG) -std=c++11 -I. +CXXFLAGS=-I/usr/local/include -ansi -pedantic -Werror -Wall -Wextra -Wno-unused-parameter -Wno-error=unused-variable $(DEBUG) -std=c++11 -I. LDFLAGS=-lboost_signals-mt -lglog $(DEBUG) # Optimisations #CXXFLAGS += -O3 -fomit-frame-pointer -ffast-math -fstrict-aliasing -msse2 |