From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Thu, 11 Sep 2025 09:08:49 +0200
Subject: Do not force old C++ standard

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index fb73a5b..4bd7537 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(
             name="pyglm.glm",
             sources=["PyGLM_lib/PyGLM.cpp"],
             include_dirs=["PyGLM_lib/glm/"], 
-            extra_compile_args=['-std=c++11', f'-DVERSION={VERSION}']
+            extra_compile_args=[f'-DVERSION={VERSION}']
         ),
     ]
 )
