We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad187bf commit ebe711eCopy full SHA for ebe711e
scripts/build.sh
@@ -34,7 +34,9 @@ if [ "$1" == "debug" ]; then
34
# Patch the metacall.scm with debug build type and sanitizers
35
sed -i \
36
-e '/"-DOPTION_BUILD_GUIX=ON"/a\' \
37
- -e ' "-DCMAKE_BUILD_TYPE=Debug" "-DOPTION_BUILD_ADDRESS_SANITIZER=ON"' \
+ -e ' "-DCMAKE_BUILD_TYPE=Debug"' \
38
+ `# TODO: Add support for preloading address sanitizer in executables using MetaCall` \
39
+ `# -e ' "-DCMAKE_BUILD_TYPE=Debug" "-DOPTION_BUILD_ADDRESS_SANITIZER=ON"'` \
40
/metacall/source/metacall.scm
41
42
# Remove the strip phase for maintaining the debug symbols
0 commit comments