diff --git a/bolt/README.md b/bolt/README.md --- a/bolt/README.md +++ b/bolt/README.md @@ -28,7 +28,7 @@ NOTE: BOLT is currently incompatible with the `-freorder-blocks-and-partition` compiler option. Since GCC8 enables this option by default, you have to explicitly disable it by adding `-fno-reorder-blocks-and-partition` flag if -you are compiling with GCC8. +you are compiling with GCC8 or above. PIE and .so support has been added recently. Please report bugs if you encounter any issues.