Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Until May 2022 (inclusive) no changelog was kept. We might try to reconstruct it

* defaults-actstracking: Removed all overrides unrelated to ACTS or C++20.
* ACTS: Disabled all GEANT4 build options required for examples.
* Move to C++20

### Removed

Expand Down
4 changes: 2 additions & 2 deletions defaults-release.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package: defaults-release
version: v1
env:
CXXFLAGS: "-fPIC -g -O2 -std=c++17"
CXXFLAGS: "-fPIC -g -O2 -std=c++20"
CFLAGS: "-fPIC -g -O2"
CMAKE_BUILD_TYPE: "RELEASE"
CMAKE_CXX_STANDARD: "17"
CMAKE_CXX_STANDARD: "20"
---
# This file is included in any build recipe and it's only used to set
# environment variables. Which file to actually include can be defined by the
Expand Down