mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 14:13:26 +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',
|
'-Wall',
|
||||||
'-Werror',
|
'-Werror',
|
||||||
'-fexceptions',
|
'-fexceptions',
|
||||||
'-std=c++11',
|
'-std=c++1y',
|
||||||
'-fvisibility=hidden',
|
'-fvisibility=hidden',
|
||||||
'-frtti',
|
'-frtti',
|
||||||
'-Wno-pessimizing-move',
|
'-Wno-pessimizing-move',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user