Skip to content

Commit

Permalink
Disable NewPM by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pchintalapudi committed Aug 19, 2022
1 parent e957287 commit 1e562cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/jitlayers.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ static inline bool imaging_default() {
return jl_options.image_codegen || (jl_generating_output() && !jl_options.incremental);
}

#ifndef _COMPILER_ASAN_ENABLED_
#define JL_USE_NEW_PM
#endif

struct OptimizationOptions {
bool lower_intrinsics;
bool dump_native;
Expand Down

0 comments on commit 1e562cd

Please sign in to comment.