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=
11
11
command =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)
12
12
output =quickfix
13
13
cwd =$(VIM_ROOT)
14
+ save =2
14
15
15
16
[project-run]
16
17
command =$(VIM:run_target)
17
- output =quickfix
18
+ output =terminal
18
19
cwd =$(VIM_ROOT)
20
+ save =2
19
21
20
22
[project-config]
21
23
command =ccmake -B " $(VIM:build_dir)"
22
24
output =terminal
23
25
cwd =$(VIM_ROOT)
26
+ save =2
24
27
25
28
[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)"
27
31
command:go =go build -o " $(VIM_PATHNOEXT)" " $(VIM_FILEPATH)"
28
32
command:make =make -f " $(VIM_FILEPATH)"
29
33
output =quickfix
You can’t perform that action at this time.
0 commit comments