-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable shrunk memory by default and add related configurations #4008
base: main
Are you sure you want to change the base?
Conversation
@@ -162,6 +162,11 @@ if (WAMR_BUILD_LINUX_PERF EQUAL 1) | |||
endif () | |||
endif () | |||
|
|||
if (NOT DEFINED WAMR_BUILD_SHRUNK_MEMORY) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we're adding a new build options, I think it'd be good to have a relevant documentation in one of the markdown files too. Could you add it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made updates. Please let me know if you have any further comments.
d187f67
to
dca3f9f
Compare
dca3f9f
to
99b78f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
WAMR_BUILD_SHRUNK_MEMORY