diff options
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r-- | src/makefile.mingw | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw index 87225761ba..d1c6ba8bef 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -76,6 +76,8 @@ OBJS= \ all: bitcoind.exe +cryptopp/obj/%.o: cryptopp/%.cpp + g++ -c $(CFLAGS) -O3 -DCRYPTOPP_DISABLE_ASM -o $@ $< obj/nogui/%.o: %.cpp $(HEADERS) g++ -c $(CFLAGS) -o $@ $< |