Commit f65a4e0e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e703f782
...@@ -243,17 +243,8 @@ setup( ...@@ -243,17 +243,8 @@ setup(
extra_compile_args = [ # XXX dup extra_compile_args = [ # XXX dup
'-std=gnu99', # declarations inside for-loop '-std=gnu99', # declarations inside for-loop
'-fplan9-extensions', # anonymous-structs + simple inheritance '-fplan9-extensions', # anonymous-structs + simple inheritance
#'-fvisibility=hidden', # by default symbols not visible outside DSO XXX reenable # TODO reenable
#'-fvisibility=hidden', # by default symbols not visible outside DSO
# # in C99 declaration after statement is ok, and we explicitly compile with -std=gnu99.
# # Python >= 3.4 however adds -Werror=declaration-after-statement even for extension
# # modules irregardless of their compilation flags:
# #
# # https://bugs.python.org/issue21121
# #
# # ensure there is no warnings / errors for decl-after-statements.
# '-Wno-declaration-after-statement',
# '-Wno-error=declaration-after-statement',
], ],
extra_link_args = [ extra_link_args = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment