https://bugzilla.rpmfusion.org/show_bug.cgi?id=2455
gregory.hainaut(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gregory.hainaut(a)gmail.com
--- Comment #17 from gregory.hainaut(a)gmail.com 2012-09-09 23:24:24 CEST ---
Hello,
I'm upstream aka Greg.
> there is a runtime check for SSE / 2 - if not present the program
will strip
out sse / 2 dependent parts.
Without sse2 PCSX2 won't run. However to avoid strange crash, based on CPU
capabilities we will issue a warning/error. Please note that some plugins might
directly crash but users will be warned.
On cmake, to create a build with debug info use the following option:
-DCMAKE_BUILD_STRIP=FALSE
-DCMAKE_BUILD_TYPE=Release
By the way, for your information, on debian I use also the following option
(see:trunk/debian-unstable-upstream/rules)
-DXDG_STD=TRUE
-DPACKAGE_MODE=TRUE
PCSX2 doesn't support very well some gcc flags so we don't use cmake default
for our convenience.
Cheers.
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.