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 7278519 commit 8013822Copy full SHA for 8013822
build/build_apple_frameworks.sh
@@ -154,6 +154,8 @@ cmake_build() {
154
-DCMAKE_TOOLCHAIN_FILE="$TOOLCHAIN" \
155
-DCMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LANGUAGE_STANDARD="c++17" \
156
-DCMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY="libc++" \
157
+ -DCMAKE_C_FLAGS="-ffile-prefix-map=$SOURCE_ROOT_DIR=/executorch -fdebug-prefix-map=$SOURCE_ROOT_DIR=/executorch" \
158
+ -DCMAKE_CXX_FLAGS="-ffile-prefix-map=$SOURCE_ROOT_DIR=/executorch -fdebug-prefix-map=$SOURCE_ROOT_DIR=/executorch" \
159
-DPYTHON_EXECUTABLE="$PYTHON" \
160
-DFLATC_EXECUTABLE="$FLATC" \
161
-DEXECUTORCH_BUILD_COREML=$COREML \
0 commit comments