Skip to content

Added a check for using GNU built-in functions

Dmitriy Suponitskiy requested to merge issue-217-compilation-problem into master

Added a macro BUILTIN_INFO_AVAILABLE to CMakeLists.txt. It gets defined when we compile with GNU GCC and the GNU built-in functions we employ for debugging are available.

Merge request reports