Skip to content

Commit

Permalink
epoll-shim: build with compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Jun 19, 2022
1 parent e3cbc71 commit 65b22f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycheribuild/projects/cross/wayland.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class BuildEPollShim(CrossCompileCMakeProject):
supported_architectures = CompilationTargets.ALL_FREEBSD_AND_CHERIBSD_TARGETS + [CompilationTargets.NATIVE]

def configure(self, **kwargs):
self.add_cmake_options(ENABLE_COMPILER_WARNINGS=True)
if not self.compiling_for_host():
# external/microatf/cmake/ATFTestAddTests.cmake breaks cross-compilation
self.add_cmake_options(BUILD_TESTING=False)
Expand Down

0 comments on commit 65b22f9

Please sign in to comment.