X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.osx;h=96cf542bfd2654d3cbd576b05ea4274b755f6652;hb=b8dd44c350c3fb0b958cea2baba8aab268f44cf2;hp=e23ec1e3bc9cd1f3b32f6a84585c40ffe1a0fe4f;hpb=259d6a2fbf09be0a77c46fc191f76b642eba152f;p=novacoin.git diff --git a/src/makefile.osx b/src/makefile.osx index e23ec1e..96cf542 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 @@ -95,7 +95,9 @@ OBJS= \ obj/walletdb.o \ obj/noui.o \ obj/kernel.o \ - obj/kernel_worker.o + obj/kernel_worker.o \ + obj/ecies.o \ + obj/cryptogram.o ifneq (${USE_IPV6}, -) DEFS += -DUSE_IPV6=$(USE_IPV6)