diff --git a/lib/voronoi/Install.py b/lib/voronoi/Install.py
index 5a246bbeb18a9b340d187b6b87495511bf8169a2..a4d07ac745b574bd97490a33ba6095e5262a4600 100644
--- a/lib/voronoi/Install.py
+++ b/lib/voronoi/Install.py
@@ -116,7 +116,7 @@ if buildflag:
 
 if buildflag:
   print("Building Voro++ ...")
-  cmd = 'cd "%s"; make' % homedir
+  cmd = 'cd "%s"; make CXX=g++ CFLAGS="-fPIC -O3"' % homedir
   txt = subprocess.check_output(cmd,stderr=subprocess.STDOUT,shell=True)
   print(txt.decode('UTF-8'))