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