diff --git a/Compiling.md b/Compiling.md index 567435c..1d4f725 100644 --- a/Compiling.md +++ b/Compiling.md @@ -19,7 +19,7 @@ Make sure you have the following tools installed: Simply run cmake to build the makefiles with your configuration. ```sh -$ cmake -B build -DLAIKA_PERSISTENCE=On +$ cmake -B build -DLAIKA_OBFUSCATE=On ``` Now compile the project, the binaries will be in `./bin`