From f4f9bf74264143391a43bbdeea6dbfe6944b1ba5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Aug 2021 20:45:22 +0300 Subject: byacc: enable backtracking --- core/byacc/build | 1 + 1 file changed, 1 insertion(+) (limited to 'core/byacc/build') diff --git a/core/byacc/build b/core/byacc/build index cc21d9ed..8ed78043 100755 --- a/core/byacc/build +++ b/core/byacc/build @@ -4,6 +4,7 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ --prefix=/usr \ + --enable-btyacc \ --program-transform='s/^/b/' make -- cgit v1.2.3