mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 23:12:19 +01:00
Merge pull request #9394 from JacobBarthelmeh/caam
avoid warning when building without user_settings.h and options.h
This commit is contained in:
@@ -30,6 +30,9 @@ CCFLAGS += -O2 -Wall
|
||||
# For IMX6Q devices
|
||||
CCFLAGS += -DWOLFSSL_CAAM_IMX6Q
|
||||
|
||||
# wolfSSL header included for version number
|
||||
CCFLAGS += -DWOLFSSL_CUSTOM_CONFIG
|
||||
|
||||
#Compiler flags for build profiles
|
||||
CCFLAGS_release += -O2
|
||||
CCFLAGS_debug += -g -O0 -fno-builtin
|
||||
|
||||
Reference in New Issue
Block a user