Created
December 2, 2022 03:56
-
-
Save jitingcn/23756069fba152a8f5ca75328d88ae23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/version.c b/version.c | |
index a2d278f2db..9e008edb91 100644 | |
--- a/version.c | |
+++ b/version.c | |
@@ -65,9 +65,9 @@ const char ruby_revision[] = RUBY_FULL_REVISION; | |
const char ruby_release_date[] = RUBY_RELEASE_DATE; | |
const char ruby_platform[] = RUBY_PLATFORM; | |
const int ruby_patchlevel = RUBY_PATCHLEVEL; | |
-const char ruby_description[] = RUBY_DESCRIPTION_WITH(""); | |
-static const char ruby_description_with_mjit[] = RUBY_DESCRIPTION_WITH(" +MJIT"); | |
-static const char ruby_description_with_yjit[] = RUBY_DESCRIPTION_WITH(" +YJIT"); | |
+const char ruby_description[] = RUBY_DESCRIPTION_WITH(" +jemalloc"); | |
+static const char ruby_description_with_mjit[] = RUBY_DESCRIPTION_WITH(" +jemalloc +MJIT"); | |
+static const char ruby_description_with_yjit[] = RUBY_DESCRIPTION_WITH(" +jemalloc +YJIT"); | |
const char ruby_copyright[] = "ruby - Copyright (C) " | |
RUBY_BIRTH_YEAR_STR "-" RUBY_RELEASE_YEAR_STR " " | |
RUBY_AUTHOR; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment