feat: updated justfile to build with symbols, clang, mold and dev info
This commit is contained in:
parent
21ba8e33af
commit
4e541b1128
8
justfile
8
justfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue