Replies: 1 comment
-
Those options are for GCC-style compilers. If you're compiling with Visual Studio it should "Just Work" without any compilation options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
it basically has linking issues
on windows
-ldl
-lpthread
-lm
show up as unrecognized - (using visual studio 2019)
how do i build and link using MSVC ?
Here's the project i'm currently using it - you can just build using cmake to repro the link issues i'm getting
https://github.com/auxeon/Pepper
Beta Was this translation helpful? Give feedback.
All reactions