commit | b8e19aa6dde7a174a67e44edd6af69af5b3f26c4 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Oct 07 20:59:11 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Oct 07 20:59:11 2020 -0700 |
tree | 1cad5f3efe3fd844f761c1a981908bdc6e66ec11 | |
parent | 85cd628d5458c1e77de8ce9c78193e1419af92d5 [diff] [blame] |
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