1 # Default configuration file for MO-Eval
3 # Compile the submit server
4 Set("CONFIG_SUBMIT" => 1);
6 # Build MO-P contest environment
7 Set("CONFIG_MOP" => 1);
9 # If you are running a 64-bit Linux kernel, you need to build a 64-bit
10 # sandbox and decide whether your userspace is 32- or 64-bit.
11 Set("CONFIG_BOX_KERNEL_AMD64" => 1);
12 #Set("CONFIG_BOX_USER_AMD64" => 1);
15 UnSet("CONFIG_SHARED");
16 UnSet("CONFIG_UCW_THREADS");
17 UnSet("CONFIG_UCW_UTILS");
18 UnSet("CONFIG_UCW_UTILS");
20 Set("CONFIG_DIR", "cf");