1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-25 10:50:08 +03:00

gitlab-ci: Lower _XOPEN_SOURCE value

This commit is contained in:
Nick Wellnhofer 2023-05-25 03:03:33 +02:00
parent cb8ccb1078
commit 1e8ab6977d

View File

@ -12,7 +12,7 @@
gcc:
extends: .test
variables:
CFLAGS: "-O2 -std=c89 -D_XOPEN_SOURCE=700"
CFLAGS: "-O2 -std=c89 -D_XOPEN_SOURCE=600"
gcc:minimum:
extends: .test