fixes for tests with combos of disable options
diff --git a/Makefile b/Makefile
index d9f2b17..e1659ce 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 CC=cc
 #CC=/usr/local/bin/gcc-9
 
-CFLAGS=-I inc -I test -Os -fPIC
+CFLAGS=-I inc -I test -Os -fPIC $(CMD_LINE)
 
 # The following are used before a release of QCBOR help to make sure
 # the code compiles and runs in the most strict environments, but not