commit | 46360ec756f43dcf574da80b4383237a0e70dcc8 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Wed Oct 21 13:18:33 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Wed Oct 21 13:18:33 2020 -0700 |
tree | d86653e968ff28ef773e788b290179f45cfc1253 | |
parent | dbccc476d1adb4748bda1ed0fead9afbbfce5799 [diff] [blame] |
tidying before spiffy decode is merged
diff --git a/Makefile b/Makefile index e1659ce..1f9b580 100644 --- a/Makefile +++ b/Makefile
@@ -10,7 +10,7 @@ CC=cc #CC=/usr/local/bin/gcc-9 -CFLAGS=-I inc -I test -Os -fPIC $(CMD_LINE) +CFLAGS=$(CMD_LINE) -I inc -I test -Os -fPIC # 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