aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-11 19:27:31 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-11 19:27:31 +0000
commitbd5de00effc82050fbae1b7fff8ec37c0f12a8be (patch)
tree3aa555a8b733afacce6f872976b474c6a3dff7a4
parent8a47c659e9c81aeeb96209c7f9ae07c1c6b5aef6 (diff)
downloadLibXtract-bd5de00effc82050fbae1b7fff8ec37c0f12a8be.tar.gz
LibXtract-bd5de00effc82050fbae1b7fff8ec37c0f12a8be.tar.bz2
LibXtract-bd5de00effc82050fbae1b7fff8ec37c0f12a8be.zip
Add -std=c++0x for fussy compilers!
-rw-r--r--tests/Make.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Make.config b/tests/Make.config
index 0bc905d..35e6748 100644
--- a/tests/Make.config
+++ b/tests/Make.config
@@ -2,7 +2,7 @@ NAME := xttest
SUFFIX := .cpp
DIRS := .
LIBRARY :=
-FLAGS := -I../include
+FLAGS := -I../include -std=c++0x
LDFLAGS := ../src/libxtract.a
ifeq ($(PLATFORM), Darwin)