mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-13 23:28:04 +03:00
added for compiler flag -no-opt-class-analysis
This commit is contained in:
parent
b93a2a35ad
commit
38f79929ee
@ -172,7 +172,7 @@ void setupToolchain(NativeBinarySpec b)
|
||||
'_close' : 'close',
|
||||
])
|
||||
|
||||
cfg.compilerOptions.args '-Qoption,cpp,--treat_func_as_string_literal_cpp', '-g'
|
||||
cfg.compilerOptions.args '-Qoption,cpp,--treat_func_as_string_literal_cpp', '-g', '-no-opt-class-analysis'
|
||||
cfg.projectLibpath(project, '/lib/linux32')
|
||||
cfg.extraLibs 'dl', 'm', 'stdc++', 'steam_api'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user