rta: add_monomorphic_send mark the mproperty as live
[nit.git] / src / modelbuilder.nit
index 72e4425..ef75a3f 100644 (file)
@@ -68,6 +68,7 @@ redef class ToolContext
                        mainmodule.set_imported_mmodules(mmodules)
                end
                for phase in phases_list do
+                       if phase.disabled then continue
                        phase.process_mainmodule(mainmodule, mmodules)
                end
        end