Remove fProtocol048 checking.
[novacoin.git] / src / makefile.osx
index 1570fbd..9df1012 100644 (file)
@@ -19,7 +19,8 @@ LIBPATHS= \
  -L"$(DEPSDIR)/lib" \
  -L"$(DEPSDIR)/lib/db48"
 
-USE_UPNP:=1
+USE_UPNP:=0
+USE_LEVELDB:=0
 USE_IPV6:=1
 
 LIBS= -dead_strip
@@ -53,7 +54,7 @@ ifdef RELEASE
 # Compile for maximum compatibility and smallest size.
 # This requires that dependencies are compiled
 # the same way.
-CFLAGS = -mmacosx-version-min=10.5 -arch x86_64 -O3 -msse2
+CFLAGS = -O3 -msse2
 else
 CFLAGS = -g -msse2
 endif
@@ -77,6 +78,7 @@ OBJS= \
     obj/main.o \
     obj/miner.o \
     obj/net.o \
+    obj/stun.o \
     obj/protocol.o \
     obj/bitcoinrpc.o \
     obj/rpcdump.o \