diff options
-rw-r--r-- | nodejs.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nodejs.spec b/nodejs.spec index ac80c4f..db85677 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -230,8 +230,8 @@ export CXXFLAGS='%{optflags} \ -DZLIB_CONST \ -fno-delete-null-pointer-checks' %ifarch x86_64 -export CFLAGS="${CFLAGS} -mno-avx2" -export CXXFLAGS="${CXXFLAGS} -mno-avx2" +export CFLAGS="${CFLAGS} -O0" +export CXXFLAGS="${CXXFLAGS} -O0" %endif export CFLAGS="$(echo ${CFLAGS} | tr '\n\\' ' ')" |