Skip to content
Snippets Groups Projects
Commit bbfc382c authored by Xenhat Hex's avatar Xenhat Hex
Browse files

Clarify TODO for future readers

parent 7214bfe7
No related tags found
Loading
...@@ -36,7 +36,11 @@ if [[ -v AL_MANGO ]]; then ...@@ -36,7 +36,11 @@ if [[ -v AL_MANGO ]]; then
export LL_WRAPPER='mangohud --dlsym' export LL_WRAPPER='mangohud --dlsym'
fi fi
#TODO: move to CMAKE::execute_process before stripping the binary ## - TODO: replace this with a way to generate an instrumented binary
## - for profile generation and a way to consume a pre-generated profile
## - during the build process, possibly before stripping the binary,
## - to optimize regular builds. Exact binary match is not required.
## - See the BOLT documentation for more information
if [[ -v AL_INSTRUMENT ]]; then if [[ -v AL_INSTRUMENT ]]; then
if [[ ! -f bin/do-not-directly-run-alchemy-bin-vendor ]]; then if [[ ! -f bin/do-not-directly-run-alchemy-bin-vendor ]]; then
cp bin/do-not-directly-run-alchemy-bin bin/do-not-directly-run-alchemy-bin-vendor cp bin/do-not-directly-run-alchemy-bin bin/do-not-directly-run-alchemy-bin-vendor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment