commit | f1ab0ec1ffcd6c665c183b362a9695a133724e11 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 23 12:12:53 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 23 12:12:53 2012 +0000 |
tree | 1dade3fa8362299044cbcea73eedf3b2efd47a84 | |
parent | 09f097d45f4bf7a97ccf275a5922b708a9f8ddc0 [diff] [blame] |
- Changed default compiler flags to include -O2
diff --git a/programs/Makefile b/programs/Makefile index adc66ce..9b0d1f5 100644 --- a/programs/Makefile +++ b/programs/Makefile
@@ -4,7 +4,7 @@ # To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement -OFLAGS = -O +OFLAGS = -O2 LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS) ifdef DEBUG