feat(just): added compiledb=yes to debug builds
This commit is contained in:
		
							parent
							
								
									6153e73492
								
							
						
					
					
						commit
						d7eeb98b5b
					
				
							
								
								
									
										2
									
								
								justfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue