diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-11-23 19:24:26 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-11-23 19:24:30 +0100 |
commit | a4dda309ae93a2d233f705328babc911a286242c (patch) | |
tree | 3f58da589e90478b63419ce34e9c573cff1c4e82 /Makefile | |
parent | m (diff) | |
download | libpassphrase-a4dda309ae93a2d233f705328babc911a286242c.tar.gz libpassphrase-a4dda309ae93a2d233f705328babc911a286242c.tar.bz2 libpassphrase-a4dda309ae93a2d233f705328babc911a286242c.tar.xz |
define xrealloc as a secure realloc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ OPTIONS = OPTIMISE = -Os CPPFLAGS = $(foreach D, $(OPTIONS), -D'$(D)=1') -CFLAGS = -std=c90 -Wall -Wextra -fPIC +CFLAGS = -std=c99 -Wall -Wextra -fPIC LDFLAGS = -shared CC_FLAGS = $(CPPFLAGS) $(CFLAGS) $(OPTIMISE) |