avoid warning when building without user_settings.h and options.h for QNX CAAM

This commit is contained in:
JacobBarthelmeh
2025-11-05 16:03:09 -07:00
parent 3d99090bcb
commit 8077551ba8

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