Skip to content

Commit

Permalink
ERROR_ON_UNDEFINED_SYMBOLS=0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jan 13, 2024
1 parent 41ec716 commit 1cd1bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
sudo apt install -y emscripten ninja-build libeigen3-dev
- name: Configure Pangolin
run: emcmake cmake -G Ninja -B pangolin-build -D CMAKE_BUILD_TYPE=$BUILD_TYPE -D Eigen3_DIR=/usr/share/eigen3/cmake/
run: emcmake cmake -G Ninja -B pangolin-build -D CMAKE_BUILD_TYPE=$BUILD_TYPE -D Eigen3_DIR=/usr/share/eigen3/cmake/ -D CMAKE_EXE_LINKER_FLAGS="-sERROR_ON_UNDEFINED_SYMBOLS=0"

- name: Build Pangolin
run: cmake --build pangolin-build
Expand Down

0 comments on commit 1cd1bf7

Please sign in to comment.