remove cxx11_flag from Compiler as it is now substituted by a property with the same name
This commit is contained in:
parent
ddcb97f953
commit
c6fb6bde40
@ -94,9 +94,6 @@ class Compiler(object):
|
||||
# Names of generic arguments used by this compiler
|
||||
arg_rpath = '-Wl,-rpath,%s'
|
||||
|
||||
# argument used to get C++11 options
|
||||
cxx11_flag = "-std=c++11"
|
||||
|
||||
# argument used to get C++14 options
|
||||
cxx14_flag = "-std=c++1y"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user