Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 1 – 7 of 7) sorted by relevance

/thrift-3.4.0/build/docker/scripts/
Dubsan.sh10 export CFLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined -O0 -ggdb3 -fno-omit-frame-poin…
11 export CXXFLAGS="${CFLAGS}"
/thrift-3.4.0/contrib/fb303/
Dacinclude.m484 CFLAGS="-Wall -O3"
87 CFLAGS="-Wall -g"
110 CFLAGS="-Wall -g"
113 CFLAGS="-Wall -O3"
/thrift-3.4.0/debian/
Drules22 export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) macro
/thrift-3.4.0/build/docker/old/centos-7.3/
DDockerfile114 sed -i 's/CFLAGS= /CFLAGS= -fPIC /g' src/Makefile && \
/thrift-3.4.0/contrib/
Dthrift.spec203 CFLAGS="%{optflags}" %{__python} setup.py build
/thrift-3.4.0/
DREADME.md148 ./configure CFLAGS='-g -O2'
Dconfigure.ac731 GCOV_CFLAGS="`echo \"[$]CFLAGS\" | perl -pe 's/-O\d+//g;'` -fprofile-arcs -ftest-coverage"