diff options
author | David Phillips <david@sighup.nz> | 2017-04-30 20:10:22 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-04-30 20:10:22 +1200 |
commit | f6260117327d8edf34a955f1bbb3c1ce5bf4fcda (patch) | |
tree | 6084a0b31db14221a7a5fdc5da604029be492df3 /Makefile | |
parent | 2fdabf0d64aa2956fa7b4512ff75dedc13ecf822 (diff) | |
download | sand-leek-f6260117327d8edf34a955f1bbb3c1ce5bf4fcda.tar.xz |
Use more safe/sane CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS += -Ofast +CFLAGS += -O2 -finline LDFLAGS += -lssl -lcrypto -lpthread all: sand-leek |