ivafanas / sltbench

C++ benchmark tool. Practical, stable and fast performance testing framework.
Boost Software License 1.0
150 stars 10 forks source link

Make compilation succeed under stricter compile flags #65

Closed MuAlphaOmegaEpsilon closed 5 years ago

MuAlphaOmegaEpsilon commented 5 years ago

This solves issue #64.

Stricter compilation flags are added in the CMakeLists.txt file for both, Windows and Linux. Errors that would break compilation under Linux are solved.

ivafanas commented 5 years ago

Good, thank you!