diff options
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ -CFLAGS += -O2 -finline-functions +CFLAGS += -Wall -Wextra -O2 -finline-functions  LDFLAGS += -lssl -lcrypto -lpthread  all: sand-leek | 
|  | index : sand-leek | |
| Experimental CPU-bound (soon GPU) vanity onion address generator | David Phillips | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | Makefile | 2 | 
| @@ -1,4 +1,4 @@ -CFLAGS += -O2 -finline-functions +CFLAGS += -Wall -Wextra -O2 -finline-functions  LDFLAGS += -lssl -lcrypto -lpthread  all: sand-leek |