crlib: reduce hashmap memory usage.
build: fixed clang build.
This commit is contained in:
parent
17b9200195
commit
d40aab2b40
3 changed files with 14 additions and 7 deletions
|
|
@ -95,11 +95,11 @@ if isCLang or isGCC or (isIntel and not isWindows)
|
|||
|
||||
if isGCC
|
||||
flagsCompiler += '-fgraphite-identity'
|
||||
flagsLinker += '-flto-partition=none'
|
||||
endif
|
||||
|
||||
flagsLinker += [
|
||||
'-flto',
|
||||
'-flto-partition=none',
|
||||
'-s',
|
||||
'-Wl,--version-script=../version_script.lds',
|
||||
'-Wl,--gc-sections'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue