You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we all know that compilation speed is a major bottleneck in c++. You can reduce greatly this problem by using precompiled headers.
I have been able to staticly compile sleepy_discord to libsleepy-discord.a simply by running cmake. Hoever i am unable to use that static lib in my own project (i'm not a c++ pro) could you give instruction how to do this?
The text was updated successfully, but these errors were encountered:
Hello, we all know that compilation speed is a major bottleneck in c++. You can reduce greatly this problem by using precompiled headers.
I have been able to staticly compile sleepy_discord to libsleepy-discord.a simply by running cmake. Hoever i am unable to use that static lib in my own project (i'm not a c++ pro) could you give instruction how to do this?
The text was updated successfully, but these errors were encountered: