Skip to content

Commit

Permalink
Revert "Disable mruby generational GC"
Browse files Browse the repository at this point in the history
This reverts commit 13e4b32.
  • Loading branch information
lopopolo committed Aug 21, 2021
1 parent 918d409 commit 3918f45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions artichoke-backend/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ mod libmruby {
.define("MRB_NO_STDIO", None)
.define("MRB_ARY_NO_EMBED", None)
.define("MRB_INT64", None)
.define("MRB_GC_TURN_OFF_GENERATIONAL", None)
.define("MRB_UTF8_STRING", None)
.define("DISABLE_GEMS", None)
.define("ARTICHOKE", None);
Expand Down Expand Up @@ -384,7 +383,6 @@ mod libmruby {
.arg("-DMRB_NO_STDIO")
.arg("-DMRB_ARY_NO_EMBED")
.arg("-DMRB_INT64")
.arg("-DMRB_GC_TURN_OFF_GENERATIONAL")
.arg("-DMRB_UTF8_STRING");
if let Architecture::Wasm32 = target.architecture {
for include_dir in wasm_include_dirs() {
Expand Down

0 comments on commit 3918f45

Please sign in to comment.