diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-01-11 10:12:40 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-01-11 10:12:40 +0900 |
| commit | 8b585f74604318995daa337d41f19fabb9ce3711 (patch) | |
| tree | 9013c20bf67962414db64eb847222b7a12345e38 /ruby.c | |
| parent | d920535d1b0a17af2fb7cdc541f341461a001181 (diff) | |
Define YJIT options only when supported
Diffstat (limited to 'ruby.c')
| -rw-r--r-- | ruby.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -191,7 +191,9 @@ struct ruby_cmdline_options { #if USE_MJIT struct mjit_options mjit; #endif +#if YJIT_SUPPORTED_P struct rb_yjit_options yjit; +#endif int sflag, xflag; unsigned int warning: 1; |
