Mercurial > hg > libxtract
comparison examples/simpletest/Make.config @ 277:f87c7a8c043f
Add missing compiler flag for simpletest
author | jamiebullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 14 Nov 2014 05:16:50 -0800 |
parents | 4a443da2eb65 |
children |
comparison
equal
deleted
inserted
replaced
276:c5e3855caaa9 | 277:f87c7a8c043f |
---|---|
3 DARWIN_LDFLAGS = -framework Accelerate | 3 DARWIN_LDFLAGS = -framework Accelerate |
4 endif | 4 endif |
5 | 5 |
6 LIBRARY := | 6 LIBRARY := |
7 SUFFIX := .cpp | 7 SUFFIX := .cpp |
8 FLAGS += -I../../include | 8 FLAGS += -I../../include -std=c++11 |
9 LDFLAGS = -lxtract -L../../src $(DARWIN_LDFLAGS) | 9 LDFLAGS = -lxtract -L../../src $(DARWIN_LDFLAGS) |