Lines Matching refs:OPT
893 OPT
4412 # compiler flags are generated in two sets, BASECFLAGS and OPT. OPT is just
4414 # just to get things to compile and link. Users are free to override OPT
8757 # XXX Shouldn't the code above that fiddles with BASECFLAGS and OPT be
8766 # see if OPT was set and one that does BASECFLAGS setting based upon
8768 # user set OPT.
8830 # tweak OPT based on compiler and platform, only if the user didn't set
8834 if test "${OPT-unset}" = "unset"
8855 OPT="-g $PYDEBUG_CFLAGS -Wall"
8857 OPT="-g $WRAP -O3 -Wall"
8861 OPT="-O3 -Wall"
8866 SCO_SV*) OPT="$OPT -m486 -DSCO5"
8872 OPT="-O"
9668 OPT="-DNDEBUG $OPT"
16273 OPT="-DDYNAMIC_ANNOTATIONS_ENABLED=1 $OPT"