Polish Bazel build scripts (#6424)

* Polish Bazel build scripts

* Remove glog references from streaming_logging.cc

* Move out COPTS and reference them

* Disable streaming on Windows

* Remove -fno-gnu-unique
This commit is contained in:
mehrdadn
2019-12-17 02:38:36 -08:00
committed by Philipp Moritz
parent 9d6e03aba0
commit 7a24144bfd
4 changed files with 46 additions and 50 deletions
-3
View File
@@ -2,9 +2,6 @@
#include <sys/types.h>
#include <unistd.h>
#include "glog/log_severity.h"
#include "glog/logging.h"
#include "streaming_logging.h"
namespace ray {