File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1076,7 +1076,7 @@ regen-re: $(BUILDPYTHON)
1076
1076
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/build/generate_re_casefix.py $(srcdir)/Lib/re/_casefix.py
1077
1077
1078
1078
Programs/_testembed: Programs/_testembed.o $(LINK_PYTHON_DEPS)
1079
- $(LINKCC) $(PY_LDFLAGS_NOLTO ) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(LINK_PYTHON_OBJS) $(LIBS) $(MODLIBS) $(SYSLIBS)
1079
+ $(LINKCC) $(PY_CORE_LDFLAGS ) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(LINK_PYTHON_OBJS) $(LIBS) $(MODLIBS) $(SYSLIBS)
1080
1080
1081
1081
############################################################################
1082
1082
# "Bootstrap Python" used to run deepfreeze.py
@@ -1177,7 +1177,7 @@ Programs/_freeze_module.o: Programs/_freeze_module.c Makefile
1177
1177
Modules/getpath_noop.o: $(srcdir)/Modules/getpath_noop.c Makefile
1178
1178
1179
1179
Programs/_freeze_module: Programs/_freeze_module.o Modules/getpath_noop.o $(LIBRARY_OBJS_OMIT_FROZEN)
1180
- $(LINKCC) $(PY_LDFLAGS_NOLTO ) -o $@ Programs/_freeze_module.o Modules/getpath_noop.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS) $(MODLIBS) $(SYSLIBS)
1180
+ $(LINKCC) $(PY_CORE_LDFLAGS ) -o $@ Programs/_freeze_module.o Modules/getpath_noop.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS) $(MODLIBS) $(SYSLIBS)
1181
1181
1182
1182
# We manually freeze getpath.py rather than through freeze_modules
1183
1183
Python/frozen_modules/getpath.h: Modules/getpath.py $(FREEZE_MODULE_BOOTSTRAP_DEPS)
You can’t perform that action at this time.
0 commit comments