add valgrind support
This commit is contained in:
parent
3b937a7390
commit
e3339a0a71
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@ then
|
||||||
# Pour latexindent
|
# Pour latexindent
|
||||||
sudo cpanm YAML::Tiny File::HomeDir
|
sudo cpanm YAML::Tiny File::HomeDir
|
||||||
|
|
||||||
|
# === Valgrind ==
|
||||||
|
fish -c "set -Ux DEBUGINFOD_URLS https://debuginfod.archlinux.org"
|
||||||
|
|
||||||
# === Clear useless packages
|
# === Clear useless packages
|
||||||
pacman -Rsn $(pacman -Qqtd) 2> /dev/null
|
pacman -Rsn $(pacman -Qqtd) 2> /dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue