mirror of
https://github.com/usatiuk/psil.git
synced 2025-10-29 03:07:49 +01:00
switch for commands
This commit is contained in:
@@ -13,6 +13,7 @@ public:
|
||||
~Environment() override {}
|
||||
|
||||
void SetUp() override {
|
||||
Options::set<size_t>("cell_limit", 50000);
|
||||
Options::set<bool>("command_strs", true);
|
||||
Logger::set_level("VM", Logger::DEBUG);
|
||||
Logger::set_level("Compiler", Logger::DEBUG);
|
||||
|
||||
Reference in New Issue
Block a user