mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
disable backtrace for now
This commit is contained in:
parent
32b3611026
commit
d0cbb4041b
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue