From 15a062d55ad5a14d351a4f0c57d4d7359011f510 Mon Sep 17 00:00:00 2001 From: Nicolas Courty Date: Sat, 20 Oct 2018 01:16:31 +0200 Subject: forgot a '-' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a19255c..bbcaf04 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ with open(os.path.join(ROOT, 'README.md'), encoding="utf-8") as f: README = f.read() # add platform dependant optional compilation argument -opt_arg=["O3"] +opt_arg=["-O3"] import platform if platform.system()=='Darwin': if platform.release()=='18.0.0': -- cgit v1.2.3