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] |
- Changed default compiler flags to include -O2
diff --git a/tests/Makefile b/tests/Makefile index 2ebb9f5..4c97aa5 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -6,7 +6,7 @@ CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement \ -Wno-unused-function -Wno-unused-value -OFLAGS = -O +OFLAGS = -O2 LDFLAGS += -L../library -lpolarssl $(SYS_LDFLAGS) ifdef DEBUG