Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-handy
Commits
78627ea1
Unverified
Commit
78627ea1
authored
Dec 31, 2019
by
Libretro-Admin
Committed by
GitHub
Dec 31, 2019
Browse files
Merge pull request #69 from fjtrujy/master
Compile using -O3 for PSP platform
parents
5ad48a38
121ce80e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
78627ea1
...
...
@@ -147,7 +147,8 @@ else ifeq ($(platform),psp1)
CC
=
psp-gcc
$(EXE_EXT)
CXX
=
psp-g++
$(EXE_EXT)
AR
=
psp-ar
$(EXE_EXT)
FLAGS
+=
-G0
-DLSB_FIRST
FLAGS
+=
-G0
-DPSP
INCFLAGS_PLATFORM
+=
-O3
STATIC_LINKING
:=
1
LIBS
:=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment