Skip to content

Commit

Permalink
Reduce optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidFenrir committed Dec 11, 2021
1 parent 81d7b9c commit 6080bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3ds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ICON_FLAGS := nosavebackups,visible
#---------------------------------------------------------------------------------
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft

CFLAGS := -g -gdwarf-4 -Wall -Wextra -Wno-psabi -O3 -mword-relocations -flto \
CFLAGS := -g -gdwarf-4 -Wall -Wextra -Wno-psabi -O2 -mword-relocations -flto \
-fomit-frame-pointer -ffunction-sections \
$(ARCH) \
-DVERSION_MAJOR=${VERSION_MAJOR} \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SUBDIRS = 3ds switch

VERSION_MAJOR := 3
VERSION_MINOR := 8
VERSION_MICRO := 0
VERSION_MICRO := 1
GIT_REV="$(shell git rev-parse --short HEAD)"

all: $(SUBDIRS)
Expand Down

0 comments on commit 6080bb2

Please sign in to comment.