testqbsp: make winding test [.releaseonly] as it crashes on msvc debug builds
This commit is contained in:
parent
eb1f7acc02
commit
c64b869248
|
|
@ -1625,7 +1625,7 @@ TEST_CASE("q1_wad_external", "[testmaps_q1]") {
|
|||
CHECK(bsp.dtex.textures[3].data.size() == sizeof(dmiptex_t));
|
||||
}
|
||||
|
||||
TEST_CASE("winding", "[benchmark]") {
|
||||
TEST_CASE("winding", "[benchmark][.releaseonly]") {
|
||||
ankerl::nanobench::Bench bench;
|
||||
|
||||
bench.run("std::vector<double> reserve(3*4*6)", [&] {
|
||||
|
|
|
|||
Loading…
Reference in New Issue