We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a5baf commit def247eCopy full SHA for def247e
src/simple.cpp
@@ -66,7 +66,7 @@ int main(int argc, char** argv)
66
.reset_free_work_mem = 0,
67
.vmem_base_address = uint64_t(getenv("UPPER") != nullptr ? 0x40000000 : 0x0),
68
.remappings {remappings},
69
- .verbose_loader = false,
+ .verbose_loader = (getenv("VERBOSE") != nullptr),
70
.hugepages = (getenv("HUGE") != nullptr),
71
.allow_fixed_mmap = (getenv("GO") != nullptr),
72
};
0 commit comments