projects
/
anna.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0bb482
)
C++11 support
author
Eduardo Ramos Testillano
<
[email protected]
>
Tue, 3 Mar 2015 01:26:03 +0000
(
02:26
+0100)
committer
Eduardo Ramos Testillano
<
[email protected]
>
Tue, 3 Mar 2015 01:26:03 +0000
(
02:26
+0100)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index
8083387
..
2db7690
100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-42,7
+42,7
@@
libraries = []
env.Append (CPPPATH = [source_include, usr_local_include, usr_include ])
#env.Append (CCFLAGS = '-std=c++0x')
# C++11 support:
-
#
env.Append (CXXFLAGS = '-std=c++11')
+env.Append (CXXFLAGS = '-std=c++11')
env.Append (LIBS = [''])
# scons -Q release=1