Linking Assimp increases compile time #4590
Answered
by
aryanbaburajan
aryanbaburajan
asked this question in
Q&A
-
|
Linking assimp increases compile time from 5-10 seconds to over 5 minutes, is there some way to avoid this? The only post I've found related to this until now is this stackoverflow one here, which suggested that I should use Any idea? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
aryanbaburajan
Jul 1, 2022
Replies: 1 comment
-
|
Alright seems like I found a solution to this: Link the library dynamically, instead of statically. That would reduce the link time by great lengths. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aryanbaburajan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright seems like I found a solution to this: Link the library dynamically, instead of statically. That would reduce the link time by great lengths.