Fix assertion when target==analyze
Option::OutputHHBC should always be true.
Esse commit está contido em:
@@ -477,8 +477,8 @@ int prepareOptions(CompilerOptions &po, int argc, char **argv) {
|
||||
(Util::format_pattern(po.excludeStaticPatterns[i], true));
|
||||
}
|
||||
|
||||
Option::OutputHHBC = true;
|
||||
if (po.target == "hhbc" || po.target == "run") {
|
||||
Option::OutputHHBC = true;
|
||||
Option::AnalyzePerfectVirtuals = false;
|
||||
}
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário