Skip to content

Commit 3bbb6a0

Browse files
committed
fix
1 parent 3758adb commit 3bbb6a0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.vim/tasks.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,23 @@ build_configs=
1111
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)
1212
output=quickfix
1313
cwd=$(VIM_ROOT)
14+
save=2
1415

1516
[project-run]
1617
command=$(VIM:run_target)
17-
output=quickfix
18+
output=terminal
1819
cwd=$(VIM_ROOT)
20+
save=2
1921

2022
[project-config]
2123
command=ccmake -B "$(VIM:build_dir)"
2224
output=terminal
2325
cwd=$(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)"
2731
command:go=go build -o "$(VIM_PATHNOEXT)" "$(VIM_FILEPATH)"
2832
command:make=make -f "$(VIM_FILEPATH)"
2933
output=quickfix

0 commit comments

Comments
 (0)