mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Really, it is not necessary to recompile all files in a profile build every
time! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
71bf404e9b
commit
d85b7a48e9
@ -704,6 +704,7 @@ endif
|
||||
#---------------------------------------------------------
|
||||
.PRECIOUS: $(BUILD_OBJ_DIR)/Depend/.dir $(BUILD_OBJ_DIR)/BytecodeObj/.dir
|
||||
.PRECIOUS: $(BUILD_OBJ_DIR)/Debug/.dir $(BUILD_OBJ_DIR)/Release/.dir
|
||||
.PRECIOUS: $(BUILD_OBJ_DIR)/Profile/.dir
|
||||
|
||||
# Create .lo files in the ObjectFiles directory from the .cpp and .c files...
|
||||
$(BUILD_OBJ_DIR)/Release/%.lo: %.cpp $(BUILD_OBJ_DIR)/Release/.dir
|
||||
|
Loading…
Reference in New Issue
Block a user