From: cas Date: Fri, 9 Jun 2000 14:09:51 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=a0e4af17618aadb8698a76ce0fbf1574df352239;p=occt-wok.git No comments --- diff --git a/src/CDLFront/CDLFront_CMPLRS.edl b/src/CDLFront/CDLFront_CMPLRS.edl index d531d56..e678014 100755 --- a/src/CDLFront/CDLFront_CMPLRS.edl +++ b/src/CDLFront/CDLFront_CMPLRS.edl @@ -7,8 +7,11 @@ @set %CDLFront_CMPLRS_EDL = ""; @if ( %Station == "hp" ) then - @string %CMPLRS_C_Options += " -Ae"; + @string %CMPLRS_C_ModeOpt = " -Ae -DNo_Exception " ; @endif; +@if ( %Station == "lin" ) then + @string %CMPLRS_C_ModeOpt = " -O2 -DNo_Exception " ; +@endif; @endif;