We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ec882c + 8077551 commit 9780137Copy full SHA for 9780137
1 file changed
IDE/QNX/CAAM-DRIVER/Makefile
@@ -30,6 +30,9 @@ CCFLAGS += -O2 -Wall
30
# For IMX6Q devices
31
CCFLAGS += -DWOLFSSL_CAAM_IMX6Q
32
33
+# wolfSSL header included for version number
34
+CCFLAGS += -DWOLFSSL_CUSTOM_CONFIG
35
+
36
#Compiler flags for build profiles
37
CCFLAGS_release += -O2
38
CCFLAGS_debug += -g -O0 -fno-builtin
0 commit comments