mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
- Changed default compiler flags to include -O2
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user