aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d
diff options
context:
space:
mode:
Diffstat (limited to 'shellrc.d')
-rw-r--r--shellrc.d/dev2
1 files changed, 1 insertions, 1 deletions
diff --git a/shellrc.d/dev b/shellrc.d/dev
index f07e782..5f48285 100644
--- a/shellrc.d/dev
+++ b/shellrc.d/dev
@@ -17,7 +17,7 @@ if command -v meson >/dev/null; then
_meson_setup() {
if [ ! -f "build/build.ninja" ]; then
- meson setup build
+ meson setup -Doptimization=plain build
fi
}