Changes between Version 40 and Version 41 of cypress/using


Ignore:
Timestamp:
08/20/15 09:21:38 (9 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/using

    v40 v41  
    459459 code for this collection to be successful. Typically an optimized (non-debug) version
    460460 of the application is used when collecting suitability data.
    461 {{{#!bash
    462 $ icc -g -O3 mycode.c
     461
     462{{{#!bash
     463$ icc -g -O3 mycode.c -I $ADVISOR_XE_2015_DIR/include
    463464$ advixe-cl --collect suitability --project-dir ./advi ./a.out
    464465}}}