mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-01 04:05:16 +01:00
- Makefiles now respect external CFLAGS and LDFLAGS. Closes ticket #2
This commit is contained in:
parent
cdf07e9979
commit
46eb13828e
3 changed files with 7 additions and 7 deletions
|
|
@ -3,9 +3,9 @@
|
|||
# To compile on MinGW: add "-lws2_32" to LDFLAGS
|
||||
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
|
||||
|
||||
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
|
||||
CFLAGS += -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
|
||||
OFLAGS = -O
|
||||
LDFLAGS = -L../library -lpolarssl
|
||||
LDFLAGS += -L../library -lpolarssl
|
||||
|
||||
APPS = aes/aescrypt2 aes/crypt_and_hash \
|
||||
hash/hello hash/generic_sum \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue