-
Kevin Modzelewski authored
instead of using a hardcoded version. This is important since we have some "#ifndef NDEBUG" conditionals in our include files, and we would always compile shared modules in release mode (hence pyston and extension modules would get compiled with different options). Now, a debug build of pyston will build extensions in debug mode.
0e67e50f