Replies: 1 comment 6 replies
-
@eli-schwartz I was wondering if this is on the roadmap somehow? Would help a lot with projects like OpenBLAS which do a lot of compilation on the same file with different flags. For now my best bet is to define an array and traverse it after generating copies using configuration_file / generators. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in CMake is possible to define object type libraries (see object libraries). Is it possible to do the same in Meson? I know I can generate a library and then extract the required object to do the linking (see object files in doc) but I was wondering, is possible to just compile the object file without making a library?
Beta Was this translation helpful? Give feedback.
All reactions