1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2025-01-06 03:27:17 +03:00

boot/init: Always build with backtrace info

This commit is contained in:
Samuel Dionne-Riel 2022-10-21 16:53:05 -04:00
parent 2a4d4a71e1
commit 45802604c9

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation {
# This is the "script" that will be loaded.
mrbc \
${lib.optionalString mruby.debug "-g"} \
-g \
-o init.mrb \
${libs} \
$(find lib -type f | sort) \