diff --git a/Compiling.md b/Compiling.md index 249755e..4fd8f3f 100644 --- a/Compiling.md +++ b/Compiling.md @@ -7,7 +7,7 @@ Laika uses CMake as it's build system and provides several definitions for you t | LAIKA_CNC_IP | Sets CNC's public ip | -DLAIKA_CNC_IP=127.0.0.1 | | LAIKA_CNC_PORT | Sets CNC's bind()'d port | -DLAIKA_CNC_PORT=13337 | | LAIKA_PERSISTENCE | Enables persistence for LaikaBot | -DLAIKA_PERSISTENCE=On | -| LAIKA_OBFUSCATE | Enables string obfuscation for LaikaBot | -DLAIKA_OBFUSCATE=On | +| LAIKA_OBFUSCATE | Enables [obfuscation](Obfuscation-methods) for LaikaBot | -DLAIKA_OBFUSCATE=On | > these are all passed to `cmake -B ` ### Linux