Skip to content

Commit

Permalink
Mention compiler wrapper in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devreal committed Oct 1, 2017
1 parent 2674544 commit 31db4c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

## Build System

- Drastically improved continuous integration, CI configurations for
- Improved continuous integration, CI configurations for
Travis and CircleCI
- Added codedocs (http://codedocs.xyz) in deploy chain to automate API
documentation updates
Expand All @@ -163,6 +163,10 @@
- `DASH__ARCH__HAS_RDTSC`: Whether the target architecture provides
an RDTSC micro-instruction.

- Added compiler wrapper dashc++ (and aliases dashcxx and dashCC) that includes
DASH-specific flags compiler and linker flags. To use the wrapper, simply
replace mpicxx with dashcxx when building your application.

### Bugfixes:

- Fixed compiler errors for Intel MIC compiler (`icc -mmic`, `mpiicc -mic`).
Expand Down

0 comments on commit 31db4c7

Please sign in to comment.