From a8f7717d561514e14da3c51a645fab0445ca5107 Mon Sep 17 00:00:00 2001
From: Andreas Gattringer <andreas.gattringer@univie.ac.at>
Date: Sun, 16 Apr 2023 19:35:14 +0200
Subject: [PATCH] re-added "-g" compiler flag

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2993a79..81f276f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,6 +11,7 @@ if ("${CMAKE_C_COMPILER_ID}" MATCHES "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQUA
             -Wall
             -Werror
             -O3
+            -g
             -D_GNU_SOURCE
             -DHAVE_INLINE
             -DGSL_C99_INLINE
-- 
GitLab