mirror of
https://github.com/samsapti/bachelor-project.git
synced 2024-11-22 04:47:53 +00:00
Optimize compilation
This commit is contained in:
parent
e9bb4de556
commit
ce9add7a71
|
@ -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) $@
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
cd MP-SPDZ
|
||||
|
||||
if [[ $1 == "-k" ]]; then
|
||||
killall semi-party.x
|
||||
killall semi2k-party.x
|
||||
exit $?
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue