Skip to content

Commit

Permalink
Update CMake C flags to suppress allocation size warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dpasukhi committed Oct 12, 2024
1 parent b399580 commit 9d5a5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-gcc-x64-dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
-D BUILD_USE_PCH=ON \
-D BUILD_INCLUDE_SYMLINK=ON \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS="-Werror -Wno-clobbered -Wmaybe-uninitialized -Wodr -Walloc-size-larger-than" \
-D CMAKE_C_FLAGS="-Werror -Wno-clobbered -Wmaybe-uninitialized -Wodr -Wno-alloc-size-larger-than" \
-D CMAKE_CXX_FLAGS="-Werror -Wno-clobbered -Wno-dangling-pointer" ..
- name: Build OCCT
Expand Down

0 comments on commit 9d5a5e1

Please sign in to comment.