mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
Use -std=c++1y for lambda capture initializers
Reviewed By: mhorowitz Differential Revision: D3761975 fbshipit-source-id: 5500fd25864282409eb49737eef4f703cadadf70
This commit is contained in:
parent
ccdc57dd96
commit
1557325e4a
@ -38,7 +38,7 @@ cxx_library(
|
||||
'-Wall',
|
||||
'-Werror',
|
||||
'-fexceptions',
|
||||
'-std=c++11',
|
||||
'-std=c++1y',
|
||||
'-fvisibility=hidden',
|
||||
'-frtti',
|
||||
'-Wno-pessimizing-move',
|
||||
|
Loading…
x
Reference in New Issue
Block a user