Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

How do I do a debug build?

2 posters

Go down  Message [Page 1 of 1]

1How do I do a debug build? Empty How do I do a debug build? Wed Nov 15, 2023 9:21 pm

stroudcuster



How do I modify the SimulIDE.pro file or qmake command line to produce a build with debug symbols?

2How do I do a debug build? Empty Re: How do I do a debug build? Thu Nov 16, 2023 1:12 pm

arcachofo

arcachofo

Hi.
I use Qt Creator to debug this project, so I don't run the command directly.
But I think yoy can compile for debug with: qmake CONFIG+=debug

You don't need to change pro file unless you want a different configuration.
As it is now it will compile for debug with all optimizations disabled: QMAKE_CXXFLAGS_DEBUG += -O0

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum