python-prctl
python-prctl copied to clipboard
Relax gcc tests taking into account the desired compilers
Closes https://github.com/seveas/python-prctl/issues/35
- Used the compiler set by
CC - Taking into account the
CPPFLAGS - Ensure to test for "truthyness" of environment variables more correctly.
- Enable users to disable the checks.
- Document how to disable the checks.
- Specify minimum python required version in metadata for pypi installs.