Lines Matching full:optimizations
42 # has no effect if (any) optimizations are enabled.
209 # 2 == Disables NDEBUG and all optimizations and then enables PDBs.
220 # Enable use of available compiler optimizations? Normally, this should be
221 # non-zero. Setting this to zero, thus disabling all compiler optimizations,
224 !IFNDEF OPTIMIZATIONS
225 OPTIMIZATIONS = 2
830 # If optimizations are enabled or disabled (either implicitly or
833 !IF $(DEBUG)>1 || $(OPTIMIZATIONS)==0
840 !ELSEIF $(OPTIMIZATIONS)>=3
843 !ELSEIF $(OPTIMIZATIONS)==2
846 !ELSEIF $(OPTIMIZATIONS)==1