Skip to content

Commit

Permalink
Upgraded the optimization to -Os
Browse files Browse the repository at this point in the history
  • Loading branch information
etwmc committed Jun 22, 2015
1 parent 3d5cad1 commit 635c7d7
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
@@ -1,5 +1,5 @@
LINK = -lssl -lcrypto -ldl -lpthread
CFLAG = -O0
CFLAG = -Os -s
CC = gcc
CPP = g++
PHK_LIBNAME=libphk
Expand Down

0 comments on commit 635c7d7

Please sign in to comment.