Ansgar wrote:
On Fri, 2019-05-03 at 19:49 +0800, Drew Parsons wrote:
> The first -g is the problem (in "-DNDEBUG -g -fwrapv -O2 -Wall").
Not sure about setup.py, but `-g0` (after `-g`) should also disable
debug information:
+---
| Level 0 produces no debug information at all. Thus, -g0 negates
On Fri, 2019-05-03 at 19:49 +0800, Drew Parsons wrote:
> The first -g is the problem (in "-DNDEBUG -g -fwrapv -O2 -Wall"). The
> advice from the internet (stackoverflow) is exceedingly poor on this
> question, in most cases addressing how to add flags, not how to change
> the existing default f
Dear Debian Python community,
how does one control or override the default flags used by setup.py
(setuptools module) when compiling a C extension for a python module?
The intention is to switch off -g in pygalmesh, because of memory
constraints on 32 bit systems when compiling against CGAL,
3 matches
Mail list logo