From 5a4885572ce6aced22ca6c7ca97f05d6bd815df2 Mon Sep 17 00:00:00 2001
From: Andreas Gattringer <andreas.gattringer@univie.ac.at>
Date: Wed, 19 Jul 2023 21:06:17 +0200
Subject: [PATCH] disable debug

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05993bf..cf625b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,6 @@ 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