Skip to content

Commit

Permalink
Update Makefile.trimui
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninoh-FOX authored Jan 8, 2025
1 parent e0de5cc commit bb420fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.trimui
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ LINK := $(CXX)
DEF_FLAGS := -march=armv8-a -mtune=cortex-a53 -fPIE -mcpu=cortex-a53+crc+fp+simd -ffast-math -fomit-frame-pointer
DEF_FLAGS += -ffunction-sections -fdata-sections
DEF_FLAGS += -I. -Ideps -Ideps/stb -MMD
DEF_FLAGS += -Wall -Wno-unused-variable -flto
DEF_FLAGS += -Wall -Wno-unused-variable -fno-lto
DEF_FLAGS += -std=gnu99 -D_GNU_SOURCE
LIBS := -ldl -lz -lrt -lcrypto -lssl -ludev -pthread -lasound -lEGL -lGLESv2 -lIMGegl -lglslcompiler -lsrv_um -lusc -ltmenu -ltinyalsa -lfreetype -lSDL2 -lSDL2_ttf -lSDL2_mixer -lSDL2_image -lmad
CFLAGS :=
Expand All @@ -138,7 +138,7 @@ ifeq ($(DEBUG), 1)
DEF_FLAGS += -O0 -g -DDEBUG -D_DEBUG
else
OBJDIR := $(OBJDIR_BASE)/release
DEF_FLAGS += -O2 -DNDEBUG
DEF_FLAGS += -O3 -DNDEBUG
endif

include Makefile.common
Expand Down

0 comments on commit bb420fe

Please sign in to comment.