We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc37ce commit cb1d64cCopy full SHA for cb1d64c
src/jitlayers.h
@@ -73,7 +73,7 @@ GlobalVariable *jl_emit_RTLD_DEFAULT_var(Module *M) JL_NOTSAFEPOINT;
73
DataLayout jl_create_datalayout(TargetMachine &TM) JL_NOTSAFEPOINT;
74
75
static inline bool imaging_default() JL_NOTSAFEPOINT {
76
- return jl_options.image_codegen || (jl_generating_output() && jl_options.use_pkgimages);
+ return jl_options.image_codegen || jl_generating_output() || jl_options.use_pkgimages;
77
}
78
79
struct OptimizationOptions {
0 commit comments