Skip to content

Commit e39969e

Browse files
EtienneArManifoldFR
authored andcommitted
Give tracy_enable a default value in activation.sh
1 parent 51c30d0 commit e39969e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

development/pixi/activation.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ export ALIGATOR_OPENMP_SUPPORT=${ALIGATOR_OPENMP_SUPPORT:=OFF}
3333
export ALIGATOR_BENCHMARKS=${ALIGATOR_BENCHMARKS:=ON}
3434
export ALIGATOR_EXAMPLES=${ALIGATOR_EXAMPLES:=ON}
3535
export ALIGATOR_PYTHON_STUBS=${ALIGATOR_PYTHON_STUBS:=ON}
36+
export ALIGATOR_TRACY_ENABLE=${ALIGATOR_TRACY_ENABLE:=OFF}

pixi.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ configure-new-version = { cmd = [
129129
"-DBUILD_BENCHMARKS=ON",
130130
"-DBUILD_EXAMPLES=ON",
131131
"-DGENERATE_PYTHON_STUBS=ON",
132-
"-DALIGATOR_TRACY_ENABLE=OFF",
133132
] }
134133
release-new-version = { cmd = "VERSION=$ALIGATOR_VERSION cmake --build build-new-version --target release", depends-on = [
135134
"configure-new-version",

0 commit comments

Comments
 (0)