We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006f651 commit c53082aCopy full SHA for c53082a
1 file changed
Makefile.nx
@@ -133,7 +133,7 @@ ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE -mcpu=cortex-a57+crc+fp
133
CFLAGS := -g -fpermissive -Wall -O3 -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections \
134
$(ARCH) $(DEFINES)
135
136
-CFLAGS += $(INCLUDE) -D__SWITCH__
+CFLAGS += $(INCLUDE) -D__SWITCH__ -std=gnu99
137
138
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
139
0 commit comments