Merge pull request #9394 from JacobBarthelmeh/caam

avoid warning when building without user_settings.h and options.h
This commit is contained in:
lealem47
2025-11-05 17:24:19 -07:00
committed by GitHub

View File

@@ -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