feat: updated justfile to build with symbols, clang, mold and dev info

This commit is contained in:
Sara 2025-02-23 16:02:31 +01:00
parent 21ba8e33af
commit 4e541b1128

View file

@ -1,8 +1,8 @@
run: build
cd project/ && ../engine/bin/godot.*.editor.x86_64 -e
build:
cd engine/ && scons
cd engine/ && scons target=editor symbols=yes optimization=debug dev_build=yes linker=mold use_llvm=yes compiledb=yes
run: build
engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --editor --path project
initialize-template projectname:
sed -i -e "s/PROJECT/{{projectname}}/g" ./engine/modules/PROJECT/register_types.h ./engine/modules/PROJECT/register_types.cpp ./project/project.godot