getsolus / ypkg

Modern, declarative, structured build format
https://getsol.us
GNU General Public License v3.0
22 stars 11 forks source link

Support D via our optimize keys #54

Open joebonrichie opened 9 months ago

joebonrichie commented 9 months ago

export DFLAGS for a baseline level of performance

Support controlling DFLAGS via our optimize keys e.g. optimize : lto should export DFLAGS="${DFLAGS} -flto"

Target ldc2 compiler flags only.