From 4284b26fc673099eaaf0deabad5fc1e097a49aae Mon Sep 17 00:00:00 2001 From: Kevin Degeling Date: Thu, 17 Sep 2020 20:23:14 +0200 Subject: [PATCH] Remove CMake params who are not required with 20.08 --- org.zdoom.GZDoom.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/org.zdoom.GZDoom.yaml b/org.zdoom.GZDoom.yaml index 18e6f76..5be6665 100644 --- a/org.zdoom.GZDoom.yaml +++ b/org.zdoom.GZDoom.yaml @@ -44,9 +44,6 @@ modules: buildsystem: cmake-ninja config-opts: - -DCMAKE_BUILD_TYPE=RelWithDebInfo - # Required for 19.08 using GCC C++ 9.2 - # Required for ARM targets - - -DCMAKE_CXX_FLAGS=-lrt -ldl sources: - type: archive url: https://github.com/coelckers/ZMusic/archive/1.1.0.tar.gz @@ -58,9 +55,6 @@ modules: buildsystem: cmake-ninja config-opts: - -DCMAKE_BUILD_TYPE=RelWithDebInfo - # Required for 19.08 using GCC C++ 9.2 - # Required for ARM targets - - -DCMAKE_CXX_FLAGS=-lrt -ldl sources: - type: git url: https://github.com/coelckers/gzdoom.git