mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +03:00
added for linker flag -no-opt-class-analysis
This commit is contained in:
parent
38f79929ee
commit
3283cc01ba
@ -172,7 +172,8 @@ void setupToolchain(NativeBinarySpec b)
|
|||||||
'_close' : 'close',
|
'_close' : 'close',
|
||||||
])
|
])
|
||||||
|
|
||||||
cfg.compilerOptions.args '-Qoption,cpp,--treat_func_as_string_literal_cpp', '-g', '-no-opt-class-analysis'
|
cfg.linkerOptions.args '-no-opt-class-analysis'
|
||||||
|
cfg.compilerOptions.args '-Qoption,cpp,--treat_func_as_string_literal_cpp', '-g'
|
||||||
cfg.projectLibpath(project, '/lib/linux32')
|
cfg.projectLibpath(project, '/lib/linux32')
|
||||||
cfg.extraLibs 'dl', 'm', 'stdc++', 'steam_api'
|
cfg.extraLibs 'dl', 'm', 'stdc++', 'steam_api'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user