Skip to content

Commit

Permalink
[Loader] Remove an unused compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeIsAStar committed Jun 6, 2024
1 parent fcc1199 commit ffccbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ INCLUDEDIR := include
SOURCEDIR := source

# Compiler flags
CXXFLAGS := -I$(INCLUDEDIR) -Oz -Wall -Werror -Wextra -ffreestanding -fno-asynchronous-unwind-tables -fno-exceptions -fno-rtti -fshort-wchar -nostdlib -std=c++23 $(MACHDEP)
CXXFLAGS := -I$(INCLUDEDIR) -Oz -Wall -Werror -Wextra -ffreestanding -fno-asynchronous-unwind-tables -fno-exceptions -fno-rtti -nostdlib -std=c++23 $(MACHDEP)

# Linker editor
LD := $(DEVKITPPC)/bin/powerpc-eabi-ld
Expand Down

0 comments on commit ffccbea

Please sign in to comment.