Skip to content

Commit

Permalink
Add functions ids which needs to be skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit-create committed Sep 4, 2023
1 parent c4b89cf commit 33b15fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libasr/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ namespace LCompilers {
bool verbose = false; // For developer debugging
bool pass_cumulative = false; // Apply passes cumulatively
bool disable_main = false;
std::vector<int64_t> skip_optimization_func_instantiation;
bool module_name_mangling = false;
bool global_symbols_mangling = false;
bool intrinsic_symbols_mangling = false;
Expand Down

0 comments on commit 33b15fb

Please sign in to comment.