Use -fdata-sections in mode/opt

Differential Revision: D7194366

fbshipit-source-id: 676f2db2e493230b8d9698941f003ec4e96f15ea
This commit is contained in:
Amir Livneh 2018-03-12 06:31:27 -07:00 committed by Facebook Github Bot
parent 450e562727
commit 19dd9a2ce6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ cxx_library(
"-Werror",
"-std=c++11",
"-fexceptions",
"-fno-data-sections",
],
force_static = True,
visibility = [