diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-25 10:09:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-25 10:09:13 +0000 |
commit | 2f7ef88dfbcc4b62d1704d58a2cbd11a66225acf (patch) | |
tree | 0edac354aff1d1ce7d63c399cbfbf22dd8690e30 /nodejs.spec | |
parent | 38f8a4190e0195da9cd1a6b7574b53cc0fa49868 (diff) |
automatic import of nodejs
Diffstat (limited to 'nodejs.spec')
-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\\' ' ')" |