DomBlack / php-scrypt

A PHP wrapper fo the scrypt hashing algorithm
Other
209 stars 57 forks source link

Add GCC CFLAGS for SSE+SSE2 instruction set #35

Closed sergey-dryabzhinsky closed 9 years ago

sergey-dryabzhinsky commented 9 years ago

Based on comment for gstreamer https://bugzilla.redhat.com/show_bug.cgi?id=1092991#c1

To build with GCC 4.9 you need to force it to use SSE instructions.