mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
- Added extra compiler warnings by default
This commit is contained in:
parent
b06819bb5d
commit
e9426948fa
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
# Also see "include/polarssl/config.h"
|
# Also see "include/polarssl/config.h"
|
||||||
|
|
||||||
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement
|
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
|
||||||
OFLAGS = -O
|
OFLAGS = -O
|
||||||
|
|
||||||
# MicroBlaze specific options:
|
# MicroBlaze specific options:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# To compile on MinGW: add "-lws2_32" to LDFLAGS
|
# To compile on MinGW: add "-lws2_32" to LDFLAGS
|
||||||
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
|
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
|
||||||
|
|
||||||
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement
|
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
|
||||||
OFLAGS = -O
|
OFLAGS = -O
|
||||||
LDFLAGS = -L../library -lpolarssl
|
LDFLAGS = -L../library -lpolarssl
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# To compile on MinGW: add "-lws2_32" to LDFLAGS
|
# To compile on MinGW: add "-lws2_32" to LDFLAGS
|
||||||
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
|
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
|
||||||
|
|
||||||
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement \
|
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement \
|
||||||
-Wno-unused-function -Wno-unused-value
|
-Wno-unused-function -Wno-unused-value
|
||||||
|
|
||||||
OFLAGS = -O
|
OFLAGS = -O
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue