Travis: Fix C++ compilation
Summary: @public Removes the usage of C++14 features, and enforces C++11 via compiler flags. Reviewed By: SidharthGuglani Differential Revision: D15334938 fbshipit-source-id: 011764b5f226fef6a35e0c7c1dd170a39ae2261e
This commit is contained in:
committed by
Facebook Github Bot
parent
0ce42d83e0
commit
e3156279fc
@@ -58,6 +58,7 @@ BASE_COMPILER_FLAGS = [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
"-O2",
|
||||
"-std=c++11",
|
||||
]
|
||||
|
||||
LIBRARY_COMPILER_FLAGS = BASE_COMPILER_FLAGS + [
|
||||
|
Reference in New Issue
Block a user