Closed pbrady closed 10 years ago
python setup.py build/install --define="BYTETRACE, FOO, BAR=3"
will result in the the extra compiler args: -DBYTETRACE=1 -DFOO=1 -DBAR=3
This will be needed to implement profiling (#8)
python setup.py build/install --define="BYTETRACE, FOO, BAR=3"
will result in the the extra compiler args: -DBYTETRACE=1 -DFOO=1 -DBAR=3
This will be needed to implement profiling (#8)