> On Apr 30, 2016, at 7:32 PM, [email protected] wrote: > > > Doing this: > newt target set myble build_profile=optimized > > Fixed that issue but why?
Setting build profile brings in some additional cflags. Errors which result on not setting the build_profile are not pointing to source of the problem at all. However, use of different build profiles is optional. Maybe newt should check that iff there are any build_profiles’s present, then targets must set it? (Sorry for going a bit off-tangent here). > > Even then I don’t know that all of the core has been build or only the bits > that this project needed. I think we need to have instructions on how to > build the core in it's README. >
