https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89893

--- Comment #16 from 康 珊 <kangshan0910 at hotmail dot com> ---
OK. Our latest release nodejs package build steps are:
export CFLAGS="$CFLAGS -O3 -falign-functions=32 -fno-math-errno
-fno-semantic-interposition -fno-trapping-math "
export CXXFLAGS="$CXXFLAGS -O3 -falign-functions=32 -fno-math-errno
-fno-semantic-interposition -fno-trapping-math "
export PYTHON=/usr/bin/python2
./configure --prefix=/usr --shared-openssl --shared-zlib --use-largepages
--enable-lto --shared-nghttp2
export LDFLAGS="${LDFLAGS} -fno-lto"
export CFLAGS="$CFLAGS -O3 -falign-functions=32 -fno-math-errno
-fno-semantic-interposition -fno-trapping-math "
export FCFLAGS="$CFLAGS -O3 -falign-functions=32 -fno-math-errno
-fno-semantic-interposition -fno-trapping-math "
export FFLAGS="$CFLAGS -O3 -falign-functions=32 -fno-math-errno
-fno-semantic-interposition -fno-trapping-math "
export CXXFLAGS="$CXXFLAGS -O3 -falign-functions=32 -fno-math-errno
-fno-semantic-interposition -fno-trapping-math "
make  -j4

The node source code URL is
https://nodejs.org/dist/v10.15.3/node-v10.15.3.tar.xz.

The GCC used is 8.3.1 20190228 gcc-8-branch@269272.

Reply via email to