summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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