Skip to content

Commit dc33aaa

Browse files
committed
[module-quirc] Added more compiler optimizations.
1 parent ab2c4fa commit dc33aaa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/quirc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# QR-code module for DreamShell
3-
# Copyright (C)2023 SWAT
3+
# Copyright (C)2023, 2024 SWAT
44
# http://www.dc-swat.ru
55
#
66

@@ -15,6 +15,7 @@ OBJS = module.o \
1515

1616
DBG_LIBS = -lds
1717
EXPORTS_FILE = exports.txt
18+
KOS_CFLAGS += -DQUIRC_FLOAT_TYPE=float -O3 -funroll-all-loops -ffast-math
1819

1920
VER_MAJOR = 1
2021
VER_MINOR = 2

0 commit comments

Comments
 (0)