aboutsummaryrefslogtreecommitdiff
path: root/net/uwsgi/patches/002-dont-override-toolchain-optimization.patch
blob: 55578a52ee67e223ee003df286ef05163055b443 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/uwsgiconfig.py
+++ b/uwsgiconfig.py
@@ -684,7 +684,6 @@ class uConf(object):
             self.include_path += os.environ['UWSGI_INCLUDES'].split(',')
 
         cflags = [
-            '-O2',
             '-I.',
             '-Wall',
             '-D_LARGEFILE_SOURCE',