I am attempting to compile this grammar for i686, but it runs out of memory with GCC 14.2.1:
cc -fPIC -Wall -I ./ -std=c11 -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=i686 -O2 -pipe -g -ffile-prefix-map=/builddir/tree-sitter-gitcommit-0.5.0=. -c ./src/*.c
cc1: out of memory allocating 65536 bytes after a total of 3848364032 bytes
I have tried both the latest release and HEAD of master
I am attempting to compile this grammar for i686, but it runs out of memory with GCC 14.2.1:
I have tried both the latest release and HEAD of master