From 19dd9a2ce67f7fccc647a8c1edd554d04966236b Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Mon, 12 Mar 2018 06:31:27 -0700 Subject: [PATCH] Use -fdata-sections in mode/opt Differential Revision: D7194366 fbshipit-source-id: 676f2db2e493230b8d9698941f003ec4e96f15ea --- ReactCommon/microprofiler/BUCK | 1 + 1 file changed, 1 insertion(+) diff --git a/ReactCommon/microprofiler/BUCK b/ReactCommon/microprofiler/BUCK index 9be4e444e..2b05e8e52 100644 --- a/ReactCommon/microprofiler/BUCK +++ b/ReactCommon/microprofiler/BUCK @@ -14,6 +14,7 @@ cxx_library( "-Werror", "-std=c++11", "-fexceptions", + "-fno-data-sections", ], force_static = True, visibility = [