mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 08:12:42 -06:00
ide: InstantSetup std=c++11
git-svn-id: svn://ultimatepp.org/upp/trunk@9090 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e79b72d952
commit
ccacaf7307
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ void InstantSetup()
|
|||
bmSet(bm, "BUILDER", "GCC");
|
||||
bmSet(bm, "COMPILER", "");
|
||||
bmSet(bm, "COMMON_OPTIONS", "-msse2");
|
||||
bmSet(bm, "COMMON_CPP_OPTIONS", "");
|
||||
bmSet(bm, "COMMON_CPP_OPTIONS", "-std=c++11");
|
||||
bmSet(bm, "COMMON_C_OPTIONS", "");
|
||||
bmSet(bm, "COMMON_FLAGS", "");
|
||||
bmSet(bm, "DEBUG_INFO", "2");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue