Skip to content

Commit

Permalink
pythongh-96398: Purge Emscripten code from configure.ac
Browse files Browse the repository at this point in the history
See pythongh-113632 and python/peps#3612: Emscripten is no longer supported
  • Loading branch information
erlend-aasland committed Apr 13, 2024
1 parent 37a4cbd commit ad44734
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions configure.ac
Expand Up @@ -1956,13 +1956,6 @@ if test "$Py_LTO" = 'true' ; then
;;
esac
;;
*emcc*)
if test "$Py_LTO_POLICY" != "default"; then
AC_MSG_ERROR([emcc supports only default lto.])
fi
LTOFLAGS="-flto"
LTOCFLAGS="-flto"
;;
*gcc*)
if test $Py_LTO_POLICY = thin
then
Expand Down

0 comments on commit ad44734

Please sign in to comment.