commit 5709039320d9877b3b7307258bdacdeb2ea38a6a
Author: Mattias Andrée <[email protected]>
AuthorDate: Sat May 7 23:32:14 2016 +0200
Commit: Mattias Andrée <[email protected]>
CommitDate: Sat May 7 23:32:59 2016 +0200
List tested optimisation flags
Signed-off-by: Mattias Andrée <[email protected]>
diff --git a/STATUS b/STATUS
index bb06ce6..56b92e7 100644
--- 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