foxygit / doom Log in
commit 335519949adf7c7ef2486769357fd25827926f6b
Author:     Jonathan Dowland <jon+github@alcopop.org>
AuthorDate: Fri Jul 22 07:24:34 2016 +0100
Commit:     Jonathan Dowland <jon+github@alcopop.org>
CommitDate: Fri Jul 22 09:25:04 2016 +0100

    I don't think we need this anymore
---
 configure.ac | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index f6bd9e40..e596c98a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,12 +19,6 @@ AC_CHECK_PROG(HAVE_PYTHON, python, true, false)

 OPT_LEVEL=2

-# Engine room, we need more speed!
-
-AC_ARG_ENABLE(penis-extension,
-[  --enable-penis-extension   Enable counterproductive compiler optimisations ],
-[ OPT_LEVEL=3 ])
-
 # If this is gcc, we have some options we'd like to turn on.  Turn on
 # optimisation and debugging symbols.