How to set compiler to build the .pdb on release build?

Viewed 15

I'm compiling on Visual Studio 2022, Qt 6.3.1

The .pdb is being generated only for the debug build, how i could set it to also be compiled on release builds?

0 Answers
Related