From d7eeb98b5b3926dd14d4103ecb4ae8bece23df96 Mon Sep 17 00:00:00 2001 From: Sara Date: Fri, 24 Oct 2025 17:21:07 +0200 Subject: [PATCH] feat(just): added compiledb=yes to debug builds --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 136772cd..a10d653f 100644 --- a/justfile +++ b/justfile @@ -4,7 +4,7 @@ BUILD_NAME := "wave_survival" build: format # Compiling Editor - cd engine/ && scons target=editor symbols=yes optimization=debug dev_build=yes linker=mold use_llvm=yes custom_modules="../modules" + cd engine/ && scons target=editor symbols=yes optimization=debug dev_build=yes linker=mold use_llvm=yes custom_modules="../modules" compiledb=yes run: build # Running Editor