aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-23 19:36:05 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-23 19:36:05 +0100
commitbb434b5c6e211cb051fe8b1678d35e279f6b133c (patch)
treeac4060bc5a74a13873b168ae3b4095f2fbc0aee8 /Makefile
parentdefine xrealloc as a secure realloc (diff)
downloadlibpassphrase-bb434b5c6e211cb051fe8b1678d35e279f6b133c.tar.gz
libpassphrase-bb434b5c6e211cb051fe8b1678d35e279f6b133c.tar.bz2
libpassphrase-bb434b5c6e211cb051fe8b1678d35e279f6b133c.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd9b847..b20e0a0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ OPTIONS =
OPTIMISE = -Os
CPPFLAGS = $(foreach D, $(OPTIONS), -D'$(D)=1')
-CFLAGS = -std=c99 -Wall -Wextra -fPIC
+CFLAGS = -std=gnu99 -Wall -Wextra -fPIC
LDFLAGS = -shared
CC_FLAGS = $(CPPFLAGS) $(CFLAGS) $(OPTIMISE)