Home | History | Annotate | Download | only in icu4c

Lines Matching refs:RELEASE_CFLAGS

135         RELEASE_CFLAGS="-O2 -qmaxmem=-1"
149 RELEASE_CFLAGS="-xO4 -xlibmil"
157 RELEASE_CFLAGS=-O1
166 RELEASE_CFLAGS=-xO3
174 RELEASE_CFLAGS='+O2 +Ofltacc'
184 RELEASE_CFLAGS='-O4'
192 RELEASE_CFLAGS='-O2'
200 RELEASE_CFLAGS='-O'
205 RELEASE_CFLAGS=''
218 RELEASE_CFLAGS="-O2 -qmaxmem=-1"
230 RELEASE_CFLAGS='-O3'
238 RELEASE_CFLAGS='/Gy /MD'
249 RELEASE_CFLAGS='/Gy /MD'
261 RELEASE_CFLAGS='/Od'
270 RELEASE_CFLAGS='-O2'
296 RELEASE_CFLAGS="-2 -Wc,'inline(auto,noreport,500,4000)'"
309 export RELEASE_CFLAGS="-2 -Wc,'inline(auto,noreport,500,4000)'"
322 if test "$RELEASE_CFLAGS" = ""
326 RELEASE_CFLAGS=-O3
330 if test "$RELEASE_CFLAGS" != ""
332 CFLAGS="$CFLAGS $RELEASE_CFLAGS"