GPUOpen-Tools / GPU-Reshape

GPU Reshape (GRS) is an API & vendor agnostic instrumentation framework, with instruction level validation.
Other
393 stars 13 forks source link

Fixed MSVC build on Release configurations #65

Closed CaffeineViking closed 5 months ago

CaffeineViking commented 5 months ago

When I tried building GPU Reshape's development branch on MSVC in Release configuration I got a stream of compilation errors, the cause was a missing curly brace. The curly brace exists in Debug configurations, so the compilation error doesn't trigger there.

miguel-petersen commented 5 months ago

Hi Erik!

Ah, this is the slim PDB support, indeed, the brace is off. Thanks for the fix!