diff --git a/ext/quirc/embed/Makefile b/ext/quirc/embed/Makefile index e5588c7..9012a6c 100644 --- a/ext/quirc/embed/Makefile +++ b/ext/quirc/embed/Makefile @@ -19,7 +19,7 @@ BUILD_DIR ?= . LIB_VERSION = 1.0 -CFLAGS ?= -O3 -Wall -fPIC +CFLAGS ?= -O3 -Wall -fPIC -std=gnu99 LIB_OBJ = \ lib/decode.o \ lib/identify.o \