We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90825b commit c949fc0Copy full SHA for c949fc0
contrib/pgo-lto/Makefile
@@ -42,7 +42,7 @@ stage1: | $(STAGE1_BUILD)
42
43
stage2: export CFLAGS=-fprofile-use=$(PROFILE_FILE)
44
stage2: export CXXFLAGS=-fprofile-use=$(PROFILE_FILE)
45
-stage2: export LDFLAGS=-fuse-ld=lld -flto=thin -fprofile-use=$(PROFILE_FILE)
+stage2: export LDFLAGS=-fuse-ld=lld -flto=thin -fprofile-use=$(PROFILE_FILE) -Wl,--icf=safe
46
stage2: $(PROFILE_FILE) | $(STAGE2_BUILD)
47
$(MAKE) -C $(STAGE2_BUILD) && touch $@
48
0 commit comments