summaryrefslogtreecommitdiff
path: root/tests/simple/Makefile
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-25 17:40:03 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-25 17:40:03 +0200
commite14055694478d70e58b5fc653b08a9a514bbc455 (patch)
treeab47d723699a7fe86f47f68c182ab695bf9b3bab /tests/simple/Makefile
parente838e180f5bbcf19e7235f30311645e942ff92d2 (diff)
{more work in progress: the function that was defined with c++ now gets calls, but it does not yet call the actual implementation
Diffstat (limited to 'tests/simple/Makefile')
-rw-r--r--tests/simple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple/Makefile b/tests/simple/Makefile
index e3bd7c7..e60be3a 100644
--- a/tests/simple/Makefile
+++ b/tests/simple/Makefile
@@ -1,6 +1,6 @@
CPP = g++
RM = rm -f
-CPP_FLAGS = -Wall -c -I. -O2
+CPP_FLAGS = -Wall -c -I. -O2 -std=c++11
LD = g++
LD_FLAGS = -Wall -shared -O2