diff options
| author | jakob <jakob@memeware.net> | 2017-01-12 17:09:17 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-01-12 17:09:17 -0500 |
| commit | 43e539561a4ea95274468b78735555d6e89fdfd9 (patch) | |
| tree | 4a005aed01dc34c40b4fe5657d2b155ea4231e85 /GNUmakefile | |
| parent | 350b126eef468c7c8d66c72100d8a3c76e9afec1 (diff) | |
Finished implementation of file decryption. There are still many memory corruption bugs and a segfault is not uncommon.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |