Adjusting build settings.
This commit is contained in:
13
_.cpp
13
_.cpp
@@ -1,11 +1,10 @@
|
|||||||
/* Check cf5-opt.vim defs.
|
/* Check cf5-opt.vim defs.
|
||||||
VIM: let g:lcppflags="-std=c++11 -O2 -pthread"
|
VIM: let b:lcppflags="-std=c++11 -O2 -pthread"
|
||||||
VIM: let g:wcppflags="/O2 /EHsc /DWIN32"
|
VIM: let b:wcppflags="/O2 /EHsc /DWIN32"
|
||||||
VIM: let g:cppflags=g:Iboost.g:Itbb
|
VIM: let b:cppflags=g:Iboost.g:Itbb
|
||||||
VIM: let g:ldflags=g:Lboost.g:Ltbb.g:tbbmalloc.g:tbbmproxy
|
VIM: let b:ldflags=g:Lboost.g:Ltbb.g:tbbmalloc.g:tbbmproxy
|
||||||
VIM: let g:ldlibpath=g:Bboost.g:Btbb
|
VIM: let b:ldlibpath=g:Bboost.g:Btbb
|
||||||
VIM: let g:argv=""
|
VIM: let b:argv=""
|
||||||
VIM-: let g:cf5output=0
|
|
||||||
*/
|
*/
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
|||||||
@@ -1,11 +1,7 @@
|
|||||||
/* Check cf5-opt.vim defs.
|
/* Check cf5-opt.vim defs.
|
||||||
VIM: let g:lcppflags="-std=c++11 -O2 -pthread"
|
VIM: let g:lcppflags="-std=c++11 -O2 -pthread"
|
||||||
VIM: let g:wcppflags="/O2 /EHsc /DWIN32"
|
VIM: let g:wcppflags="/O2 /EHsc /DWIN32"
|
||||||
VIM: let g:cppflags=g:Iboost.g:Itbb
|
|
||||||
VIM: let g:ldflags=g:Lboost.g:Ltbb.g:tbbmalloc.g:tbbmproxy
|
|
||||||
VIM: let g:ldlibpath=g:Bboost.g:Btbb
|
|
||||||
VIM: let g:argv=""
|
VIM: let g:argv=""
|
||||||
VIM-: let g:cf5output=0
|
|
||||||
*/
|
*/
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
VIM: let g:lcppflags="-std=c++11 -O2 -pthread"
|
VIM: let b:lcppflags="-O1 -std=c++11 -O2 -pthread"
|
||||||
VIM: let g:wcppflags="/O2 /EHsc /DWIN32"
|
VIM: let b:wcppflags="/O2 /EHsc /DWIN32"
|
||||||
VIM: let g:argv=""
|
VIM: let b:argv=""
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|||||||
Reference in New Issue
Block a user