crlib: reduce hashmap memory usage.

build: fixed clang build.
This commit is contained in:
ds 2020-11-08 11:41:41 +03:00
commit d40aab2b40
3 changed files with 14 additions and 7 deletions

View file

@ -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'