Setup warnings--

This commit is contained in:
Davide Andreoli 2018-08-17 10:52:42 +02:00
parent 2991a6683e
commit 583f42b131
1 changed files with 2 additions and 0 deletions

View File

@ -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