mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
Use std=c++1y in xreact pertests
Reviewed By: mzlee Differential Revision: D3935375 fbshipit-source-id: b477d865427ed56d5271477b198af633bba2f314
This commit is contained in:
parent
154c4890c6
commit
eafd9b258f
@ -6,6 +6,7 @@ cxx_library(
|
||||
soname = 'libnativereactperftests.so',
|
||||
compiler_flags = [
|
||||
'-fexceptions',
|
||||
'-std=c++1y',
|
||||
],
|
||||
deps = [
|
||||
'//native/fb:fb',
|
||||
|
Loading…
x
Reference in New Issue
Block a user