fix(compiletime): removed compiledb arg from justfile

This commit is contained in:
Sara 2025-07-17 12:50:03 +02:00
parent aecc40ed6e
commit a93e79cd1c

View file

@ -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 compiledb=yes custom_modules="../modules"
cd engine/ && scons target=editor symbols=yes optimization=debug dev_build=yes linker=mold use_llvm=yes custom_modules="../modules"
run: build
# Running Editor