From: kremlin Date: Sat, 20 Sep 2014 02:07:50 +0000 (-0400) Subject: add optimized recipe to Makefile X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=mobile-com.git;a=commitdiff_plain;h=ae275ca921dc597cb9aecaad5b5451171f0aaa56 add optimized recipe to Makefile --- diff --git a/DH-Keccak/assets/KremKeccak/Makefile b/DH-Keccak/assets/KremKeccak/Makefile index 2832275..792e05c 100644 --- a/DH-Keccak/assets/KremKeccak/Makefile +++ b/DH-Keccak/assets/KremKeccak/Makefile @@ -1,4 +1,7 @@ .PHONY: all all: + gcc -o krem-keccak -Wall -Werror -std=c99 krem_keccak.c + +debug: gcc -o krem-keccak -Wall -Werror -g -std=c99 krem_keccak.c -Wno-unused