Skip to content

Commit

Permalink
fix lint error & add comment back
Browse files Browse the repository at this point in the history
  • Loading branch information
haowhsu-quic committed Jul 26, 2024
1 parent aa363d4 commit e5c1847
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ if(EXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT)
# flatcc runtime to a different architecture.
execute_process(
COMMAND ${CMAKE_COMMAND} ${_flatcc_source_dir}
-DFLATCC_TEST=OFF -DFLATCC_REFLECTION=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
-DFLATCC_TEST=OFF -DFLATCC_REFLECTION=OFF
# See above comment about POSITION_INDEPENDENT_CODE.
-DCMAKE_POSITION_INDEPENDENT_CODE=ON
-B${CMAKE_BINARY_DIR}/_host_build
)
execute_process(
Expand Down

0 comments on commit e5c1847

Please sign in to comment.