mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 05:29:09 +00:00
Remove obsolete C++11 flag from C++ module examples (#5057)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
co-authored by
Hugo Locurcio
parent
c462dd16d9
commit
30ed5e8043
@@ -402,7 +402,6 @@ using the `ARGUMENT` command:
|
||||
|
||||
module_env = env.Clone()
|
||||
module_env.Append(CCFLAGS=['-O2'])
|
||||
module_env.Append(CXXFLAGS=['-std=c++11'])
|
||||
|
||||
if ARGUMENTS.get('summator_shared', 'no') == 'yes':
|
||||
# Shared lib compilation
|
||||
|
||||
Reference in New Issue
Block a user