Etapa G: gperf -std=c++14 (3.1 usa 'register', prohibido en C++17)

This commit is contained in:
2026-06-30 00:23:41 -04:00
parent 205302afbb
commit fcd36fc2fc
+1 -1
View File
@@ -9,6 +9,6 @@ compiler = "zig-cc"
target = "x86_64-linux-musl"
link = "static"
[build.phases]
configure = "./configure --prefix=/usr"
configure = "CXXFLAGS=\"$CXXFLAGS -std=c++14\" ./configure --prefix=/usr"
compile = "make"
install = "make install DESTDIR=/out"