]> mj.ucw.cz Git - moe.git/blobdiff - default.cfg
MOP: Score generator replaced by exporting of points
[moe.git] / default.cfg
index 1c6b762ca62aa08e39dce7b8fa91b38539209cf0..259b391b210dbde29adfe63d6652ebc590fd6fd3 100644 (file)
@@ -1,10 +1,12 @@
-# Default configuration file for MO-Eval
+# 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.