mirror of
https://github.com/Relintai/godot-lportal.git
synced 2024-11-11 10:52:09 +01:00
Fix compiler command line on windows
This commit is contained in:
parent
b6c6f15e17
commit
5dec13ae93
12
SCsub
12
SCsub
@ -3,20 +3,12 @@ Import('env')
|
||||
|
||||
sources = [
|
||||
"lportal_all.cpp",
|
||||
# "register_types.cpp",
|
||||
# "lroom.cpp",
|
||||
# "lroom_manager.cpp",
|
||||
# "lroom_converter.cpp",
|
||||
# "lportal.cpp",
|
||||
# "lplanes_pool.cpp",
|
||||
# "ldob.cpp",
|
||||
# "lbound.cpp",
|
||||
# "lbitfield_dynamic.cpp",
|
||||
]
|
||||
|
||||
module_env = env.Clone()
|
||||
# warning!! these command lines are linux only
|
||||
#module_env.Append(CXXFLAGS=['-O2', '-std=c++11', '-Wno-sign-compare', '-Wno-strict-aliasing'])
|
||||
module_env.Append(CXXFLAGS=['-std=c++11', '-Wno-sign-compare', '-Wno-strict-aliasing'])
|
||||
#module_env.Append(CXXFLAGS=['-std=c++11', '-Wno-sign-compare', '-Wno-strict-aliasing'])
|
||||
|
||||
if ARGUMENTS.get('lportal_shared', 'no') == 'yes':
|
||||
# Shared lib compilation
|
||||
|
Loading…
Reference in New Issue
Block a user