File awkward-cmake-build-with-RelWithDebInfo.patch of Package python-awkward
Index: awkward-1.0.0/setup.py
===================================================================
--- awkward-1.0.0.orig/setup.py
+++ awkward-1.0.0/setup.py
@@ -59,7 +59,7 @@ class CMakeBuild(setuptools.command.buil
except AttributeError:
print("Not able to access compiler path, using CMake default")
- cfg = "Debug" if self.debug else "Release"
+ cfg = "Debug" if self.debug else "RelWithDeInfo"
build_args += ["--config", cfg]
cmake_args += ["-DCMAKE_BUILD_TYPE=" + cfg]