davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=583f42b1312a6dd0b7adc1201ea5a13f2b3e8275

commit 583f42b1312a6dd0b7adc1201ea5a13f2b3e8275
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Fri Aug 17 10:52:42 2018 +0200

    Setup warnings--
---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index 885acd6..82dfe26 100755
--- a/setup.py
+++ b/setup.py
@@ -211,6 +211,8 @@ ext_modules = []
 py_modules = []
 packages = ["efl"]
 common_cflags = [
+    "-fno-var-tracking-assignments", # seems to lower the mem used during build
+    "-Wno-misleading-indentation", # not needed (we don't indent the C code)
     "-Wno-deprecated-declarations", # we bind deprecated functions
     "-Wno-unused-variable", # eo_instance_from_object() is unused
     "-Wno-format-security", # some cc don't like the way cython use EINA_LOG 
macros

-- 


Reply via email to