$OpenBSD: patch-setup_py,v 1.1.1.1 2020/09/12 20:35:13 kmos Exp $

remove -O3

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -104,7 +105,6 @@ elif compiler in ('unix', 'mingw32'):
             extra_compile_args.append(pkgconfig_cflags('liblz4'))
     else:
         extra_compile_args = [
-            '-O3',
             '-Wall',
             '-Wundef'
         ]
