FLiT
FLiT copied to clipboard
Use the CC_REQUIRED during linking?
Right now in the Makefile
generated by flit
, during the linking phase, the compiler flags are used. The question is do we want or need the compiler flags there at the point of linking? These compiler flags are stored in the CC_REQUIRED
variable in the Makefile
. It makes the linking command quite large and perhaps unnecessarily.