glog/bazel
Shuhei Takahashi 6ca3d3cf58 Fix stacktrace on bazel build. (#347)
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.
2019-04-12 10:09:41 +09:00
..
example Bazel: make example more portable 2018-02-01 14:13:46 +01:00
glog.bzl Fix stacktrace on bazel build. (#347) 2019-04-12 10:09:41 +09:00