From df29f610db26f4e2d7a1f0f58d6fe429619fa854 Mon Sep 17 00:00:00 2001 From: cpunk Date: Sun, 18 Sep 2022 13:36:44 -0500 Subject: [PATCH] Updated Compiling (markdown) --- Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`