adolfintel / wined3d4win

WineD3D For Windows Build Scripts

Home Page:http://wined3d.fdossena.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to compile wined3d with debug information?

wqlxx opened this issue · comments

commented

How to compile wined3d with debug information?

You mean debug symbols or verbose logging?

commented

You mean debug symbols or verbose logging?

I want debug symbols.

The wine documentation doesn't say much, but the gcc parameter to generate debug symbols is -g3, maybe you can add it to the make command or to the cflags?

commented

The wine documentation doesn't say much, but the gcc parameter to generate debug symbols is -g3, maybe you can add it to the make command or to the cflags?

OK I will try it. Thanks.