Skip to content

Commit f7f1c04

Browse files
committed
app: Compile with -G0
1 parent 27e6d56 commit f7f1c04

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ VERSION_MINOR := 1
1616
VERSION_MICRO := 0
1717

1818
INCDIR = ../libs/ ../libs/include ../libs/libnsbmp ../libs/libnsgif ../libs/include/opus include
19-
CFLAGS = -Os -Wall -ffast-math -Wno-narrowing -Wno-unused-variable \
19+
CFLAGS = -Os -G0 -Wall -ffast-math -Wno-narrowing -Wno-unused-variable \
2020
-DVERSION_MAJOR=$(VERSION_MAJOR) -DVERSION_MINOR=$(VERSION_MINOR) -DVERSION_MICRO=$(VERSION_MICRO)
2121
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti -std=gnu++17
2222
ASFLAGS := $(CFLAGS)
2323

2424
BUILD_PRX = 1
25-
PSP_LARGE_MEMORY = 1
2625

2726
LIBDIR = ../libs/lib
2827
LDFLAGS =

0 commit comments

Comments
 (0)