- Fix an uninitialized variable warning with JGE
- Added -O2 to JGE compilation
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-31 13:41:17 +00:00
parent b09f879140
commit efbfc0a1b9
2 changed files with 2 additions and 67 deletions

View File

@@ -74,7 +74,7 @@ PSPDIR = $(shell psp-config --psp-prefix)
OBJS = $(GENERIC_OBJS) $(PSP_OBJS)
TARGET_HGE = libhgetools.a
INCDIR = include/psp include/psp/freetype2
CXXFLAGS += -G0
CXXFLAGS += -O2 -G0
LIBDIR = lib/psp
endif
ifeq ($(TARGET_ARCHITECTURE),linux)