commit 5709039320d9877b3b7307258bdacdeb2ea38a6a
parent 84ad8821d456e8f7f40df43b7eb7245703004ce7
Author: Mattias Andrée <maandree@kth.se>
Date: Sat, 7 May 2016 23:32:14 +0200
List tested optimisation flags
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/STATUS b/STATUS
@@ -163,3 +163,12 @@ operational.
Also note, NOT does not mean the same thing in all libraries,
for example in GMP it means (-x - 1), thus, znot does not
use GMP's NOT in the translations layer.
+
+
+The following optimisation flags have been tested:
+
+-O0 ...................... Bad
+-O1 ...................... Bad
+-O2 ...................... Not so good
+-O3 ...................... Good
+-fno-builtin ............. Bad