changeset 188:7b44321e8df5 draft

fixed makefile.osx
author --author=Satoshi Nakamoto <satoshin@gmx.com>
date Fri, 30 Jul 2010 17:31:39 +0000
parents a3c4c2f26ed9
children 3ba84db16c32
files makefile.osx
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makefile.osx
+++ b/makefile.osx
@@ -51,7 +51,7 @@
 	g++ -c $(CFLAGS) -DGUI -o $@ $<
 
 cryptopp/obj/%.o: cryptopp/%.cpp
-	g++ -c $(CFLAGS) -O3 -o $@ $<
+	g++ -c $(CFLAGS) -O3 -DCRYPTOPP_DISABLE_ASM -o $@ $<
 
 bitcoin: $(OBJS) obj/ui.o obj/uibase.o
 	g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ $(WXLIBS) $(LIBS)