Skip to content
  • Brad King's avatar
    Intel: On Windows use /EHsc instead of deprecated /GX (#13163) · 4f80896e
    Brad King authored
    Use of the deprecated option with Intel 2011 produces
    
     icl: command line remark #10010: option '/GX' is deprecated and will
     be removed in a future release. See '/help deprecated'
    
    so use its replacement option which has been supported for several
    older versions anyway.
    4f80896e