Ensure symbols are always generated for debugging purposes
This commit is contained in:
parent
9a71b4c237
commit
6d0fc22ab5
3 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ TEMPLATE = lib
|
|||
# Support debug and release builds from command line for CI
|
||||
CONFIG += debug_and_release
|
||||
|
||||
# Ensure symbols are always generated
|
||||
CONFIG += force_debug_info
|
||||
|
||||
win32 {
|
||||
INCLUDEPATH += $$PWD/../libs/windows/include
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue