AOSC-Archive / autobuild3

AOSC OS package maintenance toolkit (version 3)
https://aosc.io
GNU General Public License v2.0
24 stars 17 forks source link

flags: Flags configuration should be sourced before defines #64

Closed MingcongBai closed 9 years ago

MingcongBai commented 9 years ago

It is quite annoying that compiler/linker flags will override the settings in defines, and forcing packagers to use prepare for flag overriding. It will probably make more sense to source the flag configuration before defines so packagers can just override them there.