Skip to content

Commit

Permalink
Merge pull request #47 from Peter0x44/switch_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy authored Jun 17, 2024
2 parents d1200a3 + 64270f1 commit 11e696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.nx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ EXEFS_SRC := exefs_src
#---------------------------------------------------------------------------------
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE -mcpu=cortex-a57+crc+fp+simd

CFLAGS := -g -Wall -O3 -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections \
CFLAGS := -g -fpermissive -Wall -O3 -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections \
$(ARCH) $(DEFINES)

CFLAGS += $(INCLUDE) -D__SWITCH__
Expand Down

0 comments on commit 11e696f

Please sign in to comment.