mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-27 04:12:29 +01:00
12 lines
299 B
Diff
12 lines
299 B
Diff
--- a/tests/parser/parser.pro
|
|
+++ b/tests/parser/parser.pro
|
|
@@ -2,7 +2,7 @@
|
|
|
|
CONFIG += testcase parallel_test c++11
|
|
QT = core testlib
|
|
-DEFINES += CBOR_PARSER_MAX_RECURSIONS=16
|
|
+DEFINES += CBOR_PARSER_MAX_RECURSIONS=1024
|
|
|
|
INCLUDEPATH += ../../src
|
|
msvc: POST_TARGETDEPS = ../../lib/tinycbor.lib
|