From 43e539561a4ea95274468b78735555d6e89fdfd9 Mon Sep 17 00:00:00 2001 From: jakob Date: Thu, 12 Jan 2017 17:09:17 -0500 Subject: Finished implementation of file decryption. There are still many memory corruption bugs and a segfault is not uncommon. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 006a328..0238712 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,7 +5,7 @@ SHELL = /bin/sh CC := gcc LD := gcc -CFLAGS := -Wall -Wextra -Os -funroll-all-loops -std=c99 -pedantic +CFLAGS := -Wall -Wextra -Os -funroll-all-loops -std=gnu99 -pedantic LDFLAGS := -lz STRIPARGS := -s -p -- cgit v1.3