wamrc: Add --stack-usage option (#2158)
This commit is contained in:
@ -63,6 +63,7 @@ typedef struct AOTCompOption {
|
||||
uint32_t stack_bounds_checks;
|
||||
char **custom_sections;
|
||||
uint32_t custom_sections_count;
|
||||
const char *stack_usage_file;
|
||||
} AOTCompOption, *aot_comp_option_t;
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user