From ea3d1047b01a6c5f9a70f35db063e5001ed5c14b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 21 Aug 2014 19:11:27 +0200 Subject: fix error in partial bit support for c implementations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab950c5..127d439 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ # # [GNU All Permissive License] -# NB! Do not forget to test against -O0, -O4 to -O6 is not safe -C_OPTIMISE=-O6 +# NB! Do not forget to test against -O0, -O4 to -O6 and -Ofast is not safe +C_OPTIMISE=-Ofast JAVA_OPTIMISE=-O LIB_EXT=so -- cgit v1.2.3-70-g09d2