Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 35c7684

Browse files
authored
Add C++11 flag
1 parent 071129f commit 35c7684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ from BuildSupport import *
3636

3737
# ------------------------------------------------------------------------------
3838

39-
env = Environment()
39+
env = Environment(CXXFLAGS="-std=c++11")
4040

4141
Export("env")
4242

0 commit comments

Comments
 (0)