1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Add debug options to code generation make in test.pl.

This commit is contained in:
David Steele
2021-10-13 08:51:58 -04:00
parent bd91ebca75
commit c2d4552b73
+1 -1
View File
@@ -531,7 +531,7 @@ eval
&log(INFO, "autogenerate code");
# Build code
executeTest("make -C ${strBuildPath} build-config build-error build-help");
executeTest("CFLAGS='-Wfatal-errors -g' make -C ${strBuildPath} build-config build-error build-help");
if ($bGenOnly)
{