Skip to content

Commit

Permalink
Remove -O3 for json and openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesadi committed Jan 1, 2024
1 parent dc852cb commit af86f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test-json.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CXX=`pwd`/install/bin/clang++
CXX_FLAGS="-flto -fuse-ld=lld -O3 -mllvm -passes=mba,sub,fla -Xlinker -mllvm -Xlinker -passes=idc -Wno-unused-command-line-argument"
CXX_FLAGS="-flto -fuse-ld=lld -mllvm -passes=mba,sub,fla -Xlinker -mllvm -Xlinker -passes=idc -Wno-unused-command-line-argument"

cd tests/json
rm -rf build
Expand Down
2 changes: 1 addition & 1 deletion tests/test-openssl.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd tests/openssl
CC=../../install/bin/clang CFLAGS="-flto -fuse-ld=lld -O3 -mllvm -passes=mba,sub,bcf,fla -Xlinker -mllvm -Xlinker -passes=idc -Wno-unused-command-line-argument" ./Configure
CC=../../install/bin/clang CFLAGS="-flto -fuse-ld=lld -mllvm -passes=mba,sub,bcf,fla -Xlinker -mllvm -Xlinker -passes=idc -Wno-unused-command-line-argument" ./Configure
make -j`nproc` tests

0 comments on commit af86f80

Please sign in to comment.