mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-25 21:36:15 +02:00
Remove support for exceptions.
This reduces the binary size by almost 150K.
This commit is contained in:
parent
599628fa38
commit
c91a190f28
@ -28,6 +28,7 @@ noinst_HEADERS = asfont.h button.h cpu.h dirdialog.h FastDelegate.h \
|
||||
AM_CFLAGS= @CFLAGS@ @SDL_CFLAGS@
|
||||
|
||||
AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@ -DTARGET_GP2X \
|
||||
-fno-exceptions \
|
||||
-Wall -Wextra -Wundef -Wunused-macros
|
||||
|
||||
gmenu2x_LDADD = @LIBS@ @SDL_LIBS@ -lSDL_image -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
|
||||
|
Loading…
Reference in New Issue
Block a user