X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmakefile.osx;h=388c5be55a47fed8b9dd4974b8f7091e24a3e496;hp=e23ec1e3bc9cd1f3b32f6a84585c40ffe1a0fe4f;hb=f36f2643de26060c862800a5d87b627dc51189f4;hpb=9d8703fdde0c4b2db686a09c2eaa1eb8d75b22b0 diff --git a/src/makefile.osx b/src/makefile.osx index e23ec1e..388c5be 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -53,9 +53,9 @@ ifdef RELEASE # Compile for maximum compatibility and smallest size. # This requires that dependencies are compiled # the same way. -CFLAGS = -O2 -msse2 -mssse3 +CFLAGS = -O2 -msse2 else -CFLAGS = -g -msse2 -mssse3 +CFLAGS = -g -msse2 endif # ppc doesn't work because we don't support big-endian