Kaydet (Commit) d7cb910a authored tarafından Martin Liška's avatar Martin Liška Kaydeden (comit) Miklos Vajna

gbuild: enable LTO parallelism for GCC

Change-Id: Id0be70056645a5fa5df49aa5186e3187c719e048
üst 84c04d73
......@@ -98,7 +98,7 @@ ifeq ($(ENABLE_LTO),TRUE)
ifeq ($(COM_GCC_IS_CLANG),TRUE)
gb_LTOFLAGS := -flto
else
gb_LTOFLAGS := -flto -fuse-linker-plugin -O2
gb_LTOFLAGS := -flto=$(PARALLELISM) -fuse-linker-plugin -O2
endif
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment