Changes between Version 2 and Version 3 of PerTaskCflags


Ignore:
Timestamp:
Sep 7, 2006, 10:18:01 PM (18 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerTaskCflags

    v2 v3  
    11You may define some flags to be passed to tasks at compile time.
    2 They will be added to compile line as `-DKEY=value` on every source file for a given task
     2
     3They will be:
     4 * added to compile line as `-DKEY=value` on every source file for a given task
     5 * passed to coprocessor creation as optional arguments
    36
    47== Usage examples ==