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 8564ed2 commit 1e64ff4Copy full SHA for 1e64ff4
scripts/Makefile.build
@@ -198,7 +198,7 @@ $(multi-objs-y:.o=.s) : modname = $(modname-multi)
198
$(multi-objs-y:.o=.lst) : modname = $(modname-multi)
199
200
quiet_cmd_cc_s_c = CC $(quiet_modtag) $@
201
-cmd_cc_s_c = $(CC) $(c_flags) -fverbose-asm -S -o $@ $<
+cmd_cc_s_c = $(CC) $(c_flags) $(DISABLE_LTO) -fverbose-asm -S -o $@ $<
202
203
$(obj)/%.s: $(src)/%.c FORCE
204
$(call if_changed_dep,cc_s_c)
0 commit comments