mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
- Changed default compiler flags to include -O2
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# environment
|
||||
#
|
||||
CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
|
||||
OFLAGS = -O
|
||||
OFLAGS = -O2
|
||||
|
||||
ifdef DEBUG
|
||||
CFLAGS += -g3
|
||||
|
Reference in New Issue
Block a user