Skip to content
Snippets Groups Projects

makepkg.conf: drop -fvar-tracking-assignments flag

Merged Evangelos Foutras requested to merge drop-fvar-tracking-assignments-debug-flag into master
  1. Jan 31, 2022
    • Evangelos Foutras's avatar
      makepkg.conf: drop -fvar-tracking-assignments flag · 065c00ad
      Evangelos Foutras authored
      According to gcc(1), this flag (like -fvar-tracking) is enabled by
      default when compiling with optimization and debugging information.
      
      As an additional benefit, packages building with the clang compiler
      will work with the default flags without having to remove this flag
      due to not being recognized by clang.
      Verified
      065c00ad
Loading