Skip to content

Commit

Permalink
build: show all cython warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tornaria committed Apr 27, 2024
1 parent c4363fc commit cebc320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage_setup/command/sage_build_cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def run(self):
compiler_directives=self.cython_directives,
compile_time_env=self.compile_time_env,
create_extension=self.create_extension,
show_all_warnings=True,
# Debugging
gdb_debug=self.debug,
output_dir=os.path.join(self.build_lib, "sage"),
Expand Down

0 comments on commit cebc320

Please sign in to comment.