Prevent libc++ from using exceptions.

main
David Chisnall 6 years ago
parent 457361354c
commit 75ad9243a1

@ -1,3 +1,4 @@
#define _LIBCPP_NO_EXCEPTIONS 1
#define TSL_NO_EXCEPTIONS 1 #define TSL_NO_EXCEPTIONS 1
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

Loading…
Cancel
Save