FLiT icon indicating copy to clipboard operation
FLiT copied to clipboard

Use the CC_REQUIRED during linking?

Open mikebentley15 opened this issue 6 years ago • 0 comments

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.

mikebentley15 avatar Jun 29 '18 23:06 mikebentley15