aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c851050..8054f69 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ LICENSEDIR ?= $(DATADIR)/licenses
PKGNAME = autopasswd
COMMAND = autopasswd
-OPTIMISE = -O0
+OPTIMISE = -Ofast
WARN = -Wall -Wextra -pedantic -Wdouble-promotion -Wformat=2 -Winit-self -Wmissing-include-dirs \
-Wtrampolines -Wfloat-equal -Wshadow -Wmissing-prototypes -Wmissing-declarations \