From f8aa3ee7621758b35ba52a5b17972fa4144710ae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Jan 2013 03:35:17 +0000 Subject: Use C++11 atomics. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4916 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 495813a..a26c041 100644 --- a/wscript +++ b/wscript @@ -43,6 +43,7 @@ def options(opt): def configure(conf): conf.load('compiler_cxx') autowaf.configure(conf) + conf.env.append_unique('CXXFLAGS', ['-std=c++11']) conf.line_just = 40 autowaf.display_header('Raul Configuration') @@ -76,7 +77,6 @@ def configure(conf): tests = ''' test/atom_test - test/atomic_test test/double_buffer_test test/path_test test/ptr_test -- cgit v1.2.1