Understanding the '-std=c++11' Flag in C++ Code
This line of code is adding the flag '-std=c++11' to the LOCAL_CPPFLAGS variable.
In C++, the '-std=c++11' flag specifies that the code should be compiled using the C++11 standard. It enables features and syntax introduced in the C++11 version of the language.
原文地址: https://www.cveoy.top/t/topic/fAKs 著作权归作者所有。请勿转载和采集!