Skip to content

Commit

Permalink
Update flag
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Dec 16, 2024
1 parent 30262f4 commit 04293c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build-apple-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function configure_apple_framework {
-DHERMES_ENABLE_FUZZILLI:BOOLEAN=false \
-DHERMES_ENABLE_TEST_SUITE:BOOLEAN=false \
-DHERMES_BUILD_APPLE_FRAMEWORK:BOOLEAN=true \
-DCMAKE_CXX_FLAGS="-gdwarf ${CMAKE_CXX_FLAGS}" \
-DCMAKE_CXX_FLAGS="-gdwarf" \
-DHERMES_ENABLE_TOOLS:BOOLEAN="$build_cli_tools" \
-DIMPORT_HERMESC:PATH="$PWD/build_host_hermesc/ImportHermesc.cmake" \
-DCMAKE_INSTALL_PREFIX:PATH=../destroot \
Expand Down

0 comments on commit 04293c5

Please sign in to comment.