X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=default.cfg;h=259b391b210dbde29adfe63d6652ebc590fd6fd3;hb=4464469aeea4ad5fa1aeda81fd443aaf145aee84;hp=a1fba31dfae4a062c12361a73e62cdab58758285;hpb=744450caecd1d4440264d2e03742d16dc9b6b113;p=moe.git diff --git a/default.cfg b/default.cfg index a1fba31..259b391 100644 --- a/default.cfg +++ b/default.cfg @@ -1,10 +1,12 @@ # Default configuration file for Moe +# By default, only the core parts are built, including box and isolate. +# If you wish to build more, enable it below. # Compile the submit server -Set("CONFIG_SUBMIT" => 1); +#Set("CONFIG_SUBMIT" => 1); # Build MO-P contest environment -Set("CONFIG_MOP" => 1); +#Set("CONFIG_MOP" => 1); # If you are running a 64-bit Linux kernel, you need to build a 64-bit # sandbox and decide whether your userspace is 32- or 64-bit.