blob: 683cc2605dfed97dd84f7540f121bd5be049b111 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# system configuration generated and used by the sysconfig module
build_time_vars = {
'AR': 'x86_64-linux-gnu-gcc-ar',
'ARFLAGS': 'rcs',
'CC': 'x86_64-linux-gnu-gcc -pthread',
'CCSHARED': '-fPIC',
'CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security',
'CXX': 'x86_64-linux-gnu-g++ -pthread',
'EXT_SUFFIX': '.so',
'LDSHARED': 'x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2',
'SHLIB_SUFFIX': '.so',
}
|