Skip to content

Commit

Permalink
Default to -O2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbingner committed Dec 7, 2019
1 parent 9230e7f commit 733a30f
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 @@ -2,7 +2,7 @@ DESTDIR ?= /
PREFIX ?= /usr/local
OPENSSL_LDFLAGS := $(shell pkg-config --libs-only-L openssl)
OPENSSL_CFLAGS := $(shell pkg-config --cflags openssl)
CFLAGS += $(OPENSSL_CFLAGS)
CFLAGS += $(OPENSSL_CFLAGS) -O2
LDFLAGS ?= $(LDID_LIBS) $(OPENSSL_LDFLAGS)

.PHONY: all clean
Expand Down

0 comments on commit 733a30f

Please sign in to comment.