We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2c4fa commit dc33aaaCopy full SHA for dc33aaa
1 file changed
modules/quirc/Makefile
@@ -1,6 +1,6 @@
1
#
2
# QR-code module for DreamShell
3
-# Copyright (C)2023 SWAT
+# Copyright (C)2023, 2024 SWAT
4
# http://www.dc-swat.ru
5
6
@@ -15,6 +15,7 @@ OBJS = module.o \
15
16
DBG_LIBS = -lds
17
EXPORTS_FILE = exports.txt
18
+KOS_CFLAGS += -DQUIRC_FLOAT_TYPE=float -O3 -funroll-all-loops -ffast-math
19
20
VER_MAJOR = 1
21
VER_MINOR = 2
0 commit comments