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
These errors seem to only happen if you build x64.
But anyway.. I realized building actually builds the benchmark exe, not the static library as I was expecting. If you want to build the static library you can remove benchmark and main cpps and change properties to be static library and save to .lib. Or, what I did - just take the .cpp files (except benchmark.cpp and main.cpp) and drop them in my project source together with header files.
I started this project just to know how memory allocators worked and to spread the knowledge. I wasn't expecting to become so popular. Would be nice to turn this into a library but on the meantime @nothke suggestion would do the trick.
Getting some build errors, screenshot attached.
Environment:
Win10, VS 2017
The text was updated successfully, but these errors were encountered: