clean up experimental setup and keep using ffast-math flag

Summary: Remove experimental setup of fast-math and add `-ffast-math` as a compiler flag for yoga.

Reviewed By: emilsjolander

Differential Revision: D7414228

fbshipit-source-id: 320e1b1953f6af867b13e617af7872eb8999160e
This commit is contained in:
Pritesh Nandgaonkar
2018-04-04 08:17:04 -07:00
committed by Facebook Github Bot
parent bad262b961
commit 9550126f76
6 changed files with 1 additions and 49 deletions

View File

@@ -32,6 +32,7 @@ BASE_COMPILER_FLAGS = [
'-Wall',
'-Werror',
'-O3',
'-ffast-math',
]
LIBRARY_COMPILER_FLAGS = BASE_COMPILER_FLAGS + [
@@ -112,4 +113,3 @@ def prebuilt_jar(*args, **kwargs):
def is_apple_platform():
return True