File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,23 @@ build_configs=
1111command =cmake -G " $(VIM:build_generator)" -B " $(VIM:build_dir)" -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL =ON -DCMAKE_BUILD_TYPE =" $(VIM:build_type)" $(VIM:build_configs) && cmake --build " $(VIM:build_dir)" --target " $(VIM:build_target)" --config " $(VIM:build_type)" $(VIM:build_options)
1212output =quickfix
1313cwd =$(VIM_ROOT)
14+ save =2
1415
1516[project-run]
1617command =$(VIM:run_target)
17- output =quickfix
18+ output =terminal
1819cwd =$(VIM_ROOT)
20+ save =2
1921
2022[project-config]
2123command =ccmake -B " $(VIM:build_dir)"
2224output =terminal
2325cwd =$(VIM_ROOT)
26+ save =2
2427
2528[file-build]
26- command:c,cpp =g++ -O2 -Wall -fopenmp -ltbb " $(VIM_FILEPATH)" -o " $(VIM_PATHNOEXT)"
29+ command =true
30+ command:c,cpp =g++ -O2 -Wall -fopenmp " $(VIM_FILEPATH)" -o " $(VIM_PATHNOEXT)"
2731command:go =go build -o " $(VIM_PATHNOEXT)" " $(VIM_FILEPATH)"
2832command:make =make -f " $(VIM_FILEPATH)"
2933output =quickfix
You can’t perform that action at this time.
0 commit comments