mirror of
https://github.com/samsapti/bachelor-project.git
synced 2024-11-25 22:37:55 +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
|
cd $(MP_SPDZ_PATH) && Scripts/setup-ssl.sh 3
|
||||||
|
|
||||||
%.mpc: _phony
|
%.mpc: _phony
|
||||||
python3 $(MP_SPDZ_PATH)/compile.py -R 64 $@
|
python3 $(MP_SPDZ_PATH)/compile.py -R 64 -O $@
|
||||||
|
|
||||||
%:
|
%:
|
||||||
$(MAKE) -C $(MP_SPDZ_PATH) $@
|
$(MAKE) -C $(MP_SPDZ_PATH) $@
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
cd MP-SPDZ
|
cd MP-SPDZ
|
||||||
|
|
||||||
if [[ $1 == "-k" ]]; then
|
if [[ $1 == "-k" ]]; then
|
||||||
killall semi-party.x
|
killall semi2k-party.x
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue