Author :
Azat Khuzhin
Date :
2022-11-20 22:18:37
Hash :82af0ea4 Message :cmake: remove redundant _GNU_SOURCE definition
As reported by @francoisk:
`_GNU_SOURCE` is defined in the private config header but also on the
compiler command-line for every object.
Fixes: #1333