推荐阅读:
其他技巧
-
DevC++配置C++14、开启O2优化、扩展栈大小:
-
选择菜单项Tools-Compiler Options(工具-编译器选项)。
-
勾选Add the following commands when calling the compiler,然后填入如下内容,再点OK:
-std=gnu++14 -O2 -Wl,--stack=102400000
-
DevC++配置C++14、开启O2优化、扩展栈大小:
选择菜单项Tools-Compiler Options(工具-编译器选项)。
勾选Add the following commands when calling the compiler,然后填入如下内容,再点OK:
-std=gnu++14 -O2 -Wl,--stack=102400000