Prepare SPU and IO Ports related code

This commit is contained in:
2022-08-31 15:18:30 +02:00
parent bb37343ba7
commit ba095f2064
6 changed files with 171 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ CCFLAGS += -ffunction-sections
endif
CCFLAGS += -mno-gpopt -fomit-frame-pointer
CCFLAGS += -fno-builtin -fno-strict-aliasing -Wno-attributes
CCFLAGS += -std=c++20
CCFLAGS += $(ARCHFLAGS)
CCFLAGS += $(CCFLAGS_$(BUILD_PROFILE))