Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed May 5, 2021
1 parent 42e57d1 commit 5dc172c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.6.1
- Fix shell argument escaping; previously spack.x build-env spec -- /bin/bash -c 'echo hi' would drop the quotes when passing arguments to spack.

v1.6.0
- Add a flag `SPACK_OPTIMIZATION_FLAGS` which you can use to intercept `-O*` and `-g` flags and replace them by whatever you want.
For instance if a package `pkg` defaults to `-O2 -g` flags, setting `SPACK_OPTIMIZATION_FLAGS="-Os" spack install pkg` will drop the `-g` and replace `-O2` with `-Os`.
Expand Down

0 comments on commit 5dc172c

Please sign in to comment.