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:
parent
32efecce81
commit
67ab49a2cb
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user