Skip to content

make rebuilds the same projects #3

@reznikmm

Description

@reznikmm

Build takes too long, because make builds the same libraries several times. I guess it's because libraries and binaries project have different options or configuration pragmas.

$ make config all check > ~/aaa.log 2>&1

$ grep "link library.* libleague" ~/aaa.log  
   [link library] libleague-13.1.so
   [link library] libleague-13.1.so
   [link library] libleague-13.1.so
   [link library] libleague-13.1.so
   [link library] libleague-13.1.so
   [link library] libleague-13.1.so

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions