]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Fri, 9 Jun 2000 14:09:51 +0000 (14:09 +0000)
committercas <cas@opencascade.com>
Fri, 9 Jun 2000 14:09:51 +0000 (14:09 +0000)
src/CDLFront/CDLFront_CMPLRS.edl

index d531d5619f2bac9d0b54ccede5b56ad9b5b00e61..e6780149da5260b8616f0a329b39b5f5169b373e 100755 (executable)
@@ -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;