blob: c6bdd789c2ef8f604e09120b96e965fb8e14d0c0 [file] [log] [blame]
{
'target_defaults': {
'configurations': {
'Release': {
'defines': [
'NDEBUG',
],
'cflags': [
'-Os',
],
},
'Debug': {
'defines': [
'_DEBUG',
],
'cflags': [
'-Og',
],
},
},
'include_dirs': [
'.',
'..',
'include',
'external',
'third_party/include',
'third_party/modp_b64/modp_b64',
],
'cflags!': ['-fPIE'],
'cflags': [
'-fPIC',
'-fvisibility=hidden',
'-Wl,--exclude-libs,ALL',
'--std=c++11',
'-Wno-format-nonliteral',
'-Wno-char-subscripts',
#'-Wno-deprecated-register',
],
'libraries': [
'-L../../third_party/lib',
],
},
}