summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2008-06-23 22:29:16 +0200
committerDavid Härdeman <david@hardeman.nu>2008-06-23 22:29:16 +0200
commit4a24c736b5d0d63c6e2902cfb92ad556d462ae19 (patch)
tree01a2fe6fc43502b380bba95bb988ce62ad707090 /Makefile
parente4910c9e5cae89691512bec4145f66b63e406936 (diff)
Add stricter build flags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5b0a37..7d73dc6 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# Generic settings
#
CC = gcc
-CFLAGS = -g -Wall -D_FILE_OFFSET_BITS=64 -O2
+CFLAGS = -g -Wall -pedantic -std=c99 -D_FILE_OFFSET_BITS=64 -O2
LDFLAGS =
INCLUDES =
INSTALL = install -c