makepkg.conf: drop -fvar-tracking-assignments flag
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.
Merge request reports
Activity
requested review from @anthraxx
@allan What do you think (as the original committer of this flag)?
️assigned to @anthraxx
added scopeenhancement label
Please register or sign in to reply