mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-22 20:44:49 +00:00
enable ccache
This commit is contained in:
parent
d95e20952c
commit
b7d399cac1
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++17
|
|||
|
||||
ASFLAGS := -g $(ARCH)
|
||||
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
|
||||
CXX := `which ccache` $(CXX)
|
||||
CC := `which ccache` $(CC)
|
||||
|
||||
ifneq ($(BUILD),$(notdir $(CURDIR)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue