mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Use vfpv2 instead of softvfp+vfpv2
This commit is contained in:
parent
e81dbee77a
commit
0d9599fd52
2 changed files with 3 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ SRCDBG
|
||||||
|
|
||||||
OPTION ARMCC --gnu -Otime --diag_suppress 1,68,111,174,381,1293
|
OPTION ARMCC --gnu -Otime --diag_suppress 1,68,111,174,381,1293
|
||||||
OPTION_REPLACE ARMCC --cpu 6
|
OPTION_REPLACE ARMCC --cpu 6
|
||||||
OPTION_REPLACE ARMCC --fpu softvfp+vfpv2 --fpmode fast
|
OPTION_REPLACE ARMCC --fpu vfpv2 --fpmode fast
|
||||||
OPTION_REPLACE ARMCC -O2 -O3
|
OPTION_REPLACE ARMCC -O2 -O3
|
||||||
#ifdef ARMCC
|
#ifdef ARMCC
|
||||||
ALWAYS_BUILD_AS_ARM
|
ALWAYS_BUILD_AS_ARM
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,6 @@ LIBRARY libglesv2.lib
|
||||||
LIBRARY libegl.lib
|
LIBRARY libegl.lib
|
||||||
LIBRARY platformver.lib
|
LIBRARY platformver.lib
|
||||||
STATICLIBRARY librw_gles2.lib
|
STATICLIBRARY librw_gles2.lib
|
||||||
ARMFPU softvfp+vfpv2
|
ARMFPU vfpv2
|
||||||
|
SMPSAFE
|
||||||
#include "re3.mmh"
|
#include "re3.mmh"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue