Skip to content

Commit

Permalink
Rollback that optimization level change
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Aug 3, 2021
1 parent d687eaf commit c752a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/Tests.cpp
Expand Up @@ -44,8 +44,6 @@ int main(int argc, char* const argv[]) {
g_pyjionSettings.codeObjectSizeLimit = 1000000;
setOptimizationLevel(1);
int result = Catch::Session().run(argc, argv);

Py_Finalize();

return result;
}

0 comments on commit c752a36

Please sign in to comment.