File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1060,7 +1060,7 @@ regen-re: $(BUILDPYTHON)
1060
1060
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/build/generate_re_casefix.py $(srcdir)/Lib/re/_casefix.py
1061
1061
1062
1062
Programs/_testembed: Programs/_testembed.o $(LINK_PYTHON_DEPS)
1063
- $(LINKCC) $(PY_LDFLAGS_NOLTO ) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(LINK_PYTHON_OBJS) $(LIBS) $(MODLIBS) $(SYSLIBS)
1063
+ $(LINKCC) $(PY_CORE_LDFLAGS ) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(LINK_PYTHON_OBJS) $(LIBS) $(MODLIBS) $(SYSLIBS)
1064
1064
1065
1065
############################################################################
1066
1066
# "Bootstrap Python" used to run deepfreeze.py
@@ -1161,7 +1161,7 @@ Programs/_freeze_module.o: Programs/_freeze_module.c Makefile
1161
1161
Modules/getpath_noop.o: $(srcdir)/Modules/getpath_noop.c Makefile
1162
1162
1163
1163
Programs/_freeze_module: Programs/_freeze_module.o Modules/getpath_noop.o $(LIBRARY_OBJS_OMIT_FROZEN)
1164
- $(LINKCC) $(PY_LDFLAGS_NOLTO ) -o $@ Programs/_freeze_module.o Modules/getpath_noop.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS) $(MODLIBS) $(SYSLIBS)
1164
+ $(LINKCC) $(PY_CORE_LDFLAGS ) -o $@ Programs/_freeze_module.o Modules/getpath_noop.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS) $(MODLIBS) $(SYSLIBS)
1165
1165
1166
1166
# We manually freeze getpath.py rather than through freeze_modules
1167
1167
Python/frozen_modules/getpath.h: Modules/getpath.py $(FREEZE_MODULE_BOOTSTRAP_DEPS)
You can’t perform that action at this time.
0 commit comments