Searched refs:OPTIM (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/cups-408/cups/
H A DMakedefs.in117 # OPTIM Defines the common compiler optimization/debugging options
145 @LDFLAGS@ @RELROFLAGS@ @PIEFLAGS@ $(OPTIM)
151 OPTIM = @OPTIM@
249 $(CC) $(ARCHFLAGS) $(OPTIM) $(ALL_CFLAGS) -c -o $@ $<
253 $(CXX) $(ARCHFLAGS) $(OPTIM) $(ALL_CXXFLAGS) -c -o $@ $<
H A Dconfigure678 OPTIM
6343 DSOFLAGS="$DSOFLAGS -Wl,-h\`basename \$@\` -G \$(OPTIM)"
6353 DSOFLAGS="$DSOFLAGS -Wl,-soname,\`basename \$@\` -shared \$(OPTIM)"
6375 DSOFLAGS="$DSOFLAGS -Wl,-soname,\`basename \$@\` -shared \$(OPTIM)"
6495 OPTIM=""
6527 OPTIM="-g"
6599 if test -z "$OPTIM"; then
6602 OPTIM="-Os -g"
6604 OPTIM="$with_optim $OPTIM"
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A DMakefile107 $(CC) $(RC_CFLAGS) $(CFLAGS) $(DEFINES) $(OPTIM) $(INCLUDES) -c $< -o $@
120 release: OPTIM=-Os -dynamic macro
123 debug: OPTIM=-O0 -DDEBUG -dynamic macro
126 profile: OPTIM=-Os -pg -dynamic macro
129 tests: OPTIM=-O0 -DDEBUG macro
189 copyrighttest: OPTIM+=-DTEST
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A DMakefile.in13 OPTIM = # -O3 -DNDEBUG
19 CFLAGS += $(PROFILE) $(OPTIM)

Completed in 124 milliseconds