Comment 8 for bug 1176147

Revision history for this message
scoder (scoder) wrote :

For clarification, I added a paragraph to the docs (on github) that shows how to set the CFLAGS in a test environment. For example, you can speed up the build by installing lxml like this:

    CFLAGS=-O0 pip install lxml

And no, I don't see a problem with using different C compiler flags for a test environment and production.