Compile with higher otimization level
diff --git a/setup.py b/setup.py
index e5521f0..37dc532 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@
 
 
 extra_compile_args = [
-    '-std=c++11', '-O2', '-fPIC', '-ggdb1', '-pipe',
+    '-std=c++11', '-O3', '-fPIC', '-ggdb1', '-pipe',
     '-fomit-frame-pointer', '-fstack-protector-strong',
 ]