cmake: do not set _STDLIB_H-define (fixes #100)
Setting this define makes that #include <stdlib.h> does nothing (because of the include-guard). But this file is needed for free() and realloc() and others.
Showing
Please register or sign in to comment