Skip to content

Commit ad44734

Browse files
pythongh-96398: Purge Emscripten code from configure.ac
See pythongh-113632 and python/peps#3612: Emscripten is no longer supported
1 parent 37a4cbd commit ad44734

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

configure

-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

-7
Original file line numberDiff line numberDiff line change
@@ -1956,13 +1956,6 @@ if test "$Py_LTO" = 'true' ; then
19561956
;;
19571957
esac
19581958
;;
1959-
*emcc*)
1960-
if test "$Py_LTO_POLICY" != "default"; then
1961-
AC_MSG_ERROR([emcc supports only default lto.])
1962-
fi
1963-
LTOFLAGS="-flto"
1964-
LTOCFLAGS="-flto"
1965-
;;
19661959
*gcc*)
19671960
if test $Py_LTO_POLICY = thin
19681961
then

0 commit comments

Comments
 (0)