-
So, I'm not certain if I missed this in the docs or not, but given that the amalgamation generates files I can just drop into my own source code, do I have to regenerate it for each platform and compiler combination I wish to use? I ask because, for MSVC, for example,
Is there a way I can make a "universal" amalgamation I can just drop into my own projects? Or is it better to generate the amalgamation for each configuration? (The skipping of deprecated features was something I explicitly used, but the rest wasn't.) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Perhaps that documentation chapter answers your question: https://botan.randombit.net/handbook/building.html#amalgamation
|
Beta Was this translation helpful? Give feedback.
-
Huh, okay, so I should probably generate one at configure time to get all the performance advantages. Can do! :) Thanks! |
Beta Was this translation helpful? Give feedback.
Perhaps that documentation chapter answers your question: https://botan.randombit.net/handbook/building.html#amalgamation