From 10cd438637da5771c6cf71073a94be5f072f18e9 Mon Sep 17 00:00:00 2001 From: madomado Date: Sun, 28 Jun 2026 04:17:36 +0800 Subject: [PATCH] Update distrho.spec Signed-off-by: madomado --- anda/misc/distrho/distrho.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/misc/distrho/distrho.spec b/anda/misc/distrho/distrho.spec index e32852f885..1228ca3a59 100644 --- a/anda/misc/distrho/distrho.spec +++ b/anda/misc/distrho/distrho.spec @@ -3,8 +3,10 @@ %define _disable_source_fetch 0 %global github_release 2021-03-15 %global rel_tag 2021_03_15 -%global _distro_extra_cflags -fno-permissive -%global _distro_extra_cxxflags -fno-permissive +# apparently -pedantic is the opposite of -fpermissive +# https://stackoverflow.com/questions/10932479/in-gcc-how-can-i-mute-the-fpermissive-warning#51447005 +%global _distro_extra_cflags -pedantic +%global _distro_extra_cxxflags -pedantic Name: distrho Version: 0