Skip to content
Snippets Groups Projects
Commit f3e9ffdb authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'bugs-fix-master' into 'master'

[*] fix

See merge request !261
parents fea8646c 7b5a15e9
No related branches found
No related tags found
1 merge request!261[*] fix
Pipeline #6663 passed with stage
in 14 seconds
QMAKE_CFLAGS_RELEASE += -std=gnu11
QMAKE_CFLAGS_DEBUG = -std=gnu11 -DDAP_DEBUG
QMAKE_CFLAGS_DEBUG = -std=gnu11
-DDAP_DEBUG
QMAKE_CXXFLAGS += -std=c++11
unix {
QMAKE_CFLAGS_DEBUG += -Wall -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-variable -Wno-unused-parameter -Wno-unused-but-set-variable -pg -g3 -ggdb -fno-eliminate-unused-debug-symbols -fno-strict-aliasing
QMAKE_LFLAGS_DEBUG += -pg
include(src/unix/unix.pri)
DEFINES += DAP_OS_UNIX
}
DEFINES += _GNU_SOURCE
android {
DEFINES += DAP_OS_ANDROID
}
unix: !android {
QMAKE_CFLAGS_DEBUG += -Wall -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-variable -Wno-unused-parameter -Wno-unused-but-set-variable -pg -g3 -ggdb -fno-eliminate-unused-debug-symbols -fno-strict-aliasing
QMAKE_LFLAGS_DEBUG += -pg
DEFINES += _GNU_SOURCE
LIBS += -lrt
}
darwin {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment