File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,4 @@ export ALIGATOR_OPENMP_SUPPORT=${ALIGATOR_OPENMP_SUPPORT:=OFF}
3333export ALIGATOR_BENCHMARKS=${ALIGATOR_BENCHMARKS:= ON}
3434export ALIGATOR_EXAMPLES=${ALIGATOR_EXAMPLES:= ON}
3535export ALIGATOR_PYTHON_STUBS=${ALIGATOR_PYTHON_STUBS:= ON}
36+ export ALIGATOR_TRACY_ENABLE=${ALIGATOR_TRACY_ENABLE:= OFF}
Original file line number Diff line number Diff 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] }
134133release-new-version = { cmd = " VERSION=$ALIGATOR_VERSION cmake --build build-new-version --target release" , depends-on = [
135134 " configure-new-version" ,
You can’t perform that action at this time.
0 commit comments