Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
update make for successful install on modern Linux distributions
  • Loading branch information
shermhead authored Jan 29, 2018
1 parent 6e5d9ad commit 8a9c65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OBJ_UTIL = hex.o bloom.o mmapf.o hsearchf.o ec_pubkey_fast.o ripemd160_256.o dld
OBJ_ALGO = $(patsubst %.c,%.o,$(wildcard algo/*.c))
OBJECTS = $(OBJ_MAIN) $(OBJ_UTIL) $(OBJ_ALGO)
BINARIES = brainflayer hexln hex2blf blfchk ecmtabgen filehex
LIBS = -lssl -lrt -lcrypto -lz -lgmp
LIBS = -lssl -lrt -lcrypto -lz -lgmp -lpthread
CFLAGS = -O3 \
-flto -funsigned-char -falign-functions=16 -falign-loops=16 -falign-jumps=16 \
-Wall -Wextra -Wno-pointer-sign -Wno-sign-compare \
Expand Down

0 comments on commit 8a9c65f

Please sign in to comment.