commit 732975f694b2a552fc986a4818d48acade043943 parent 481be220476f4cb1a323771cef9073eeaadbfb1e Author: William Casarin <jb55@jb55.com> Date: Mon, 21 Dec 2020 08:10:48 -0800 remove std Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ -CFLAGS = -Og -ggdb -Wall -Werror -std=gnu99 -Isrc $(shell pkg-config --cflags openssl) +CFLAGS = -Og -ggdb -Wall -Werror -Isrc $(shell pkg-config --cflags openssl) LDFLAGS = $(shell pkg-config --libs openssl) OBJS = src/http.o src/base64.o src/inbox.o src/json.o src/ubjson.o