Skip to content

Commit c53082a

Browse files
authored
NX: GCC15 hotfix
1 parent 006f651 commit c53082a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.nx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE -mcpu=cortex-a57+crc+fp
133133
CFLAGS := -g -fpermissive -Wall -O3 -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections \
134134
$(ARCH) $(DEFINES)
135135

136-
CFLAGS += $(INCLUDE) -D__SWITCH__
136+
CFLAGS += $(INCLUDE) -D__SWITCH__ -std=gnu99
137137

138138
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
139139

0 commit comments

Comments
 (0)