Turn on higher optimization level

Summary: quicker the better

Reviewed By: adamjernst

Differential Revision: D3697615

fbshipit-source-id: 822fb0927601849b364d3a649af934a0e82108e3
This commit is contained in:
Emil Sjolander
2016-08-11 02:55:58 -07:00
committed by Facebook Github Bot 1
parent af5b14335e
commit e5a3f7bf5b

1
BUCK
View File

@@ -12,6 +12,7 @@ BASE_COMPILER_FLAGS = [
'-fexceptions', '-fexceptions',
'-Wall', '-Wall',
'-Werror', '-Werror',
'-O3',
] ]
GMOCK_OVERRIDE_FLAGS = [ GMOCK_OVERRIDE_FLAGS = [