aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2024-05-09 20:56:29 +0200
committerKarel Kočí <cynerd@email.cz>2024-05-10 09:02:48 +0200
commitc65ef00c2dc17a7deb4cb56145781f04e1bd0e35 (patch)
tree6ec4cfcafd24bd61177a109513d52234b23945dc /shellrc.d
parentc85986462d408a13f9dc2688547fe1e2c99c2e35 (diff)
downloadshellrc-master.tar.gz
shellrc-master.tar.bz2
shellrc-master.zip
dev: reinsert optimization for msetupHEADmaster
Diffstat (limited to 'shellrc.d')
-rw-r--r--shellrc.d/dev1
1 files changed, 1 insertions, 0 deletions
diff --git a/shellrc.d/dev b/shellrc.d/dev
index 5b1963a..0fa462e 100644
--- a/shellrc.d/dev
+++ b/shellrc.d/dev
@@ -12,6 +12,7 @@ fi
if command -v meson >/dev/null; then
msetup() {
+ set -- "-Doptimization=plain" "$@"
if [[ -f "build/build.ninja" ]]; then
[[ $# -eq 0 ]] ||
meson configure build "$@"