Optimize compilation

This commit is contained in:
Sam A. 2023-05-14 18:34:38 +02:00
parent e9bb4de556
commit ce9add7a71
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ ssl:
cd $(MP_SPDZ_PATH) && Scripts/setup-ssl.sh 3
%.mpc: _phony
python3 $(MP_SPDZ_PATH)/compile.py -R 64 $@
python3 $(MP_SPDZ_PATH)/compile.py -R 64 -O $@
%:
$(MAKE) -C $(MP_SPDZ_PATH) $@

View File

@ -3,7 +3,7 @@
cd MP-SPDZ
if [[ $1 == "-k" ]]; then
killall semi-party.x
killall semi2k-party.x
exit $?
fi