From 94092a9f9977a167e393c4bd97551ce75dd344f7 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Thu, 14 Mar 2024 22:24:30 +0100
Subject: [PATCH] Remove GNU_SOURCE from the public header

---
 include/chameleon.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/chameleon.h b/include/chameleon.h
index 12c295a77..7aeaf7d33 100644
--- a/include/chameleon.h
+++ b/include/chameleon.h
@@ -30,7 +30,6 @@
  * CHAMELEON types and constants
  */
 #include "chameleon/config.h"
-#define _GNU_SOURCE 1
 #include <stdio.h>
 #include "chameleon/constants.h"
 #include "chameleon/types.h"
-- 
GitLab