Skip to content

Commit

Permalink
Merge pull request #9 from accentor/enhc/ruby-enable-yjit
Browse files Browse the repository at this point in the history
Enable ruby YJIT
  • Loading branch information
chvp authored May 6, 2023
2 parents 340db17 + 36514b3 commit d9318bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ let
RAILS_LOG_TO_STDOUT = "yes";
RAILS_STORAGE_PATH = "${cfg.home}/storage";
RAILS_TRANSCODE_CACHE = "/var/tmp/accentor/transcode_cache";
RUBY_ENABLE_YJIT = "1";
};
exports = concatStringsSep
"\n"
Expand Down

0 comments on commit d9318bf

Please sign in to comment.