File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 55
55
# compile & install the hash comparison tool
56
56
57
57
pushd " ${lichen_repository_dir} " > /dev/null
58
- clang++ -I " ${lichen_vendor_dir} " -lboost_system -lboost_filesystem -Wall -Wextra -Werror -g -Ofast -flto -funroll-loops -std=c++11 compare_hashes/compare_hashes.cpp compare_hashes/submission.cpp -o " ${lichen_installation_dir} /compare_hashes/compare_hashes.out"
58
+ clang++ -I " ${lichen_vendor_dir} " -lboost_system -lboost_filesystem -Wall -Wextra -Werror -g -O3 -flto -funroll-loops -std=c++11 compare_hashes/compare_hashes.cpp compare_hashes/submission.cpp -o " ${lichen_installation_dir} /compare_hashes/compare_hashes.out"
59
59
if [ " $? " -ne 0 ]; then
60
60
echo -e " ERROR: FAILED TO BUILD HASH COMPARISON TOOL\n"
61
61
exit 1
You can’t perform that action at this time.
0 commit comments