Lines Matching full:optimizations
44 # has no effect if (any) optimizations are enabled.
219 # 2 == Disables NDEBUG and all optimizations and then enables PDBs.
230 # Enable use of available compiler optimizations? Normally, this should be
231 # non-zero. Setting this to zero, thus disabling all compiler optimizations,
234 !IFNDEF OPTIMIZATIONS
235 OPTIMIZATIONS = 2
850 # If optimizations are enabled or disabled (either implicitly or
853 !IF $(DEBUG)>1 || $(OPTIMIZATIONS)==0
860 !ELSEIF $(OPTIMIZATIONS)>=3
863 !ELSEIF $(OPTIMIZATIONS)==2
866 !ELSEIF $(OPTIMIZATIONS)==1