fix: ncmp might core dump on old server

This commit is contained in:
Paul Pan 2024-01-01 21:55:53 +08:00
parent 8d3b50fa77
commit d95c8f9ea3
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4

View File

@ -5,4 +5,4 @@ git clone --depth=1 https://github.com/MikeMirzayanov/testlib.git >/dev/null 2>&
rm -rf testlib/.git rm -rf testlib/.git
rm -rf testlib/tests rm -rf testlib/tests
cd testlib/checkers || exit 1 cd testlib/checkers || exit 1
parallel clang++ -Ofast -march=native -Wall -pipe -I.. {}.cpp -o {} ::: fcmp hcmp lcmp ncmp nyesno rcmp4 rcmp6 rcmp9 wcmp yesno parallel clang++ -O2 -Wall -pipe -I.. {}.cpp -o {} ::: fcmp hcmp lcmp ncmp nyesno rcmp4 rcmp6 rcmp9 wcmp yesno