add -std=c99 to Makefile

This commit is contained in:
Pavol Rusnak 2016-04-28 14:36:11 +02:00
parent d41e46f842
commit b3aabec565
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ DBGFLAGS ?= -g -DNDEBUG
CFLAGS += $(OPTFLAGS) \
$(DBGFLAGS) \
-std=c99 \
-W \
-Wall \
-Wextra \