1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-11 09:04:01 +03:00

boot/init: Add debug info flag to mrbc

This commit is contained in:
Samuel Dionne-Riel 2021-09-25 16:24:32 -04:00
parent 32efecce81
commit 67ab49a2cb

View File

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