aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d/dev
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc.d/dev')
-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 "$@"