]> mj.ucw.cz Git - moe.git/blobdiff - default.cfg
Doc: Copies of the old LibUCW documentation are gone
[moe.git] / default.cfg
index a1fba31dfae4a062c12361a73e62cdab58758285..259b391b210dbde29adfe63d6652ebc590fd6fd3 100644 (file)
@@ -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.