mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
disable backtrace for now
This commit is contained in:
@ -26,7 +26,7 @@ CommonCHeaders = '
|
||||
|
||||
#ifdef __linux__
|
||||
//#if !defined(__BIONIC__) && !defined(__GNUC_PREREQ)
|
||||
#include <execinfo.h> // backtrace and backtrace_symbols_fd
|
||||
//#include <execinfo.h> // backtrace and backtrace_symbols_fd
|
||||
//#endif
|
||||
|
||||
#pragma weak backtrace
|
||||
|
Reference in New Issue
Block a user