38 lines
882 B
JSON
38 lines
882 B
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"org.boost",
|
|
"description":"boost:boost-stacktrace-addr2line library",
|
|
"licence":"boost-v1.0",
|
|
"licence-file":"file://boost/LICENCE_1_0.txt",
|
|
"maintainer":"UNKNOW",
|
|
"author":"UNKNOW",
|
|
"version":"file://version.txt",
|
|
"source": [
|
|
"boost/libs/stacktrace/build/../src/addr2line.cpp"
|
|
],
|
|
"compilation-version": {
|
|
"language": "c++",
|
|
"version": 2011
|
|
},
|
|
"flag": {
|
|
"c++": [
|
|
"-DBOOST_ALL_NO_LIB=1",
|
|
"-DBOOST_STACKTRACE_DYN_LINK=1",
|
|
"-DNDEBUG"
|
|
],
|
|
"c": [
|
|
"-fvisibility-inlines-hidden",
|
|
"-finline-functions",
|
|
"-Wno-inline",
|
|
"-Wall",
|
|
"-fvisibility=hidden"
|
|
]
|
|
},
|
|
"dependency": [
|
|
"z",
|
|
"m",
|
|
"boost-include",
|
|
"pthread"
|
|
]
|
|
}
|