makepkg.conf: drop -fvar-tracking-assignments flag
Compare changes
+ 2
− 2
@@ -49,8 +49,8 @@ LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
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.