summaryrefslogtreecommitdiffstats
path: root/tester/covoar/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/wscript')
-rw-r--r--tester/covoar/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/tester/covoar/wscript b/tester/covoar/wscript
index 9db4815..c0270d8 100644
--- a/tester/covoar/wscript
+++ b/tester/covoar/wscript
@@ -118,10 +118,12 @@ def build(bld):
'TraceWriterQEMU.cc'],
use = ['ccovoar'] + modules,
cflags = ['-O2', '-g'],
+ cxxflags = ['-std=c++11', '-O2', '-g'],
includes = ['.'] + rtl_includes)
bld.program(target = 'covoar',
source = ['covoar.cc'],
use = ['ccovoar'] + modules,
cflags = ['-O2', '-g'],
+ cxxflags = ['-std=c++11', '-O2', '-g'],
includes = ['.'] + rtl_includes)