summaryrefslogtreecommitdiff
path: root/src/StepAP214/StepAP214_CMPLRS.edl
blob: 8bd027548093ccde65c7d294618e9c341b32f3eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-- File:	CMPLRS.edl
-- Author:	Christian CAILLET
-- History:	Wed May 21 10:57:28 1997
-- Copyright:	Matra Datavision 1997

-- Pb compil gros code HP-UX sous WOK++
-- trop de warning -> shut up

@if ( %Station == "hp" || %Station == "sil" ) then

  @string %CMPLRS_CXX_Options = %CMPLRS_CXX_Options " -w ";

-- Pb optimiseur (O2) pas fiable

  @set %ModeOpt = "+O1";

@endif;