• Shuhei Takahashi's avatar
    Fix stacktrace on bazel build. (#347) · 6ca3d3cf
    Shuhei Takahashi authored
    We need at least following defs to be set to print stacktrace in
    failure signal handler.
    
    - HAVE_UNWIND_H: on Linux and macOS. unwind.h is usually present
      by default on those OSes.
    - HAVE_DLADDR: on macOS.
    
    Windows is not cared because glog can not be built with bazel
    on Windows today.
    6ca3d3cf
Name
Last commit
Last update
..
example Loading commit data...
glog.bzl Loading commit data...