-
When I build llfio locally and attempt to link it into other projects of ours, I get a build error due to a mismatch in runtime library type. Is it possible for me to locally change the type of runtime library that llfio requests? I'm not looking for a change to be made in the source; it's just not clear to me (please pardon my ignorance) what is generating the /MDd compiler flag and how to change it. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
https://github.com/ned14/quickcpplib/blob/master/cmakelib/QuickCppLibSetupProject.cmake#L57 should work, albeit it probably hasn't been tested in many years. |
Beta Was this translation helpful? Give feedback.
-
I've refactored the CMake build system years ago to also respect |
Beta Was this translation helpful? Give feedback.
-
Thanks for all the info. We've moved over to using the header only build, with LLFIO_EXPERIMENTAL_STATUS_CODE=1 and are now able to build on Linux and Windows. w00t! |
Beta Was this translation helpful? Give feedback.
Thanks for all the info. We've moved over to using the header only build, with LLFIO_EXPERIMENTAL_STATUS_CODE=1 and are now able to build on Linux and Windows. w00t!