diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-04 23:30:14 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-04 23:30:14 +0100 |
commit | a4dcd8ebb686084ec67128b5c89ad0eb3b77179a (patch) | |
tree | db540333391b90cf18cc95ef7ec4c51e731dbd22 | |
parent | do not require gcc (diff) | |
download | libpassphrase-a4dcd8ebb686084ec67128b5c89ad0eb3b77179a.tar.gz libpassphrase-a4dcd8ebb686084ec67128b5c89ad0eb3b77179a.tar.bz2 libpassphrase-a4dcd8ebb686084ec67128b5c89ad0eb3b77179a.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ QUOTED_OPTIONS = PASSPHRASE_STAR_CHAR PASSPHRASE_TEXT_EMPTY PASSPHRASE_TEXT_NOT_ # Optimisation settings for C code compilation -OPTIMISE ?= -Os +OPTIMISE = -Os # Warnings settings for C code compilation WARN = -Wall -Wextra -Wdouble-promotion -Wformat=2 -Winit-self -Wmissing-include-dirs \ -Wtrampolines -Wfloat-equal -Wshadow -Wmissing-prototypes -Wmissing-declarations \ |