summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d04bf01..82576e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
CC = gcc
-CFLAGS ?= -O2 -pipe -Wall -Wextra -Wno-variadic-macros -Wno-strict-aliasing
+CFLAGS ?= -O2 -pipe -Wall -Wextra -Wno-variadic-macros
+CFLAGS += -std=gnu99
PKGCONFIG = pkg-config
STRIP = strip
INSTALL = install