aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-04 23:30:14 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-04 23:30:14 +0100
commita4dcd8ebb686084ec67128b5c89ad0eb3b77179a (patch)
treedb540333391b90cf18cc95ef7ec4c51e731dbd22 /Makefile
parentdo not require gcc (diff)
downloadlibpassphrase-a4dcd8ebb686084ec67128b5c89ad0eb3b77179a.tar.gz
libpassphrase-a4dcd8ebb686084ec67128b5c89ad0eb3b77179a.tar.bz2
libpassphrase-a4dcd8ebb686084ec67128b5c89ad0eb3b77179a.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 1df841c..1ab3187 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \