From 5b4e29abdb8141a184b8d1c4291f97dae48aa0d0 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 20 Feb 2017 00:23:04 -1000 Subject: [PATCH] Stop defining `BORINGSSL_IMPLEMENTATION`. The part of BoringSSL that used this isn't in *ring* any more. --- build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/build.rs b/build.rs index d1db1ea2da..5e66b22e9c 100644 --- a/build.rs +++ b/build.rs @@ -268,7 +268,6 @@ const CPP_FLAGS: &'static [&'static str] = "-Wundef", "-Wuninitialized", "-Wwrite-strings", - "-DBORINGSSL_IMPLEMENTATION", "-fno-strict-aliasing", "-fvisibility=hidden", "-Wno-cast-align"];