mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-22 20:44:49 +00:00
ccache
This commit is contained in:
parent
b7d399cac1
commit
8c27d0f6ea
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ ASFLAGS := -g $(ARCH)
|
|||
LDFLAGS = -specs=$(TOPDIR)/linker.specs -nostartfiles -nostdlib -g $(ARCH) -Wl,-Map,$(notdir $*.map)
|
||||
|
||||
LIBS :=
|
||||
CXX := `which ccache` $(CXX)
|
||||
CC := `which ccache` $(CC)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# list of directories containing libraries, this must be the top level containing
|
||||
|
|
Loading…
Add table
Reference in a new issue