Skip to content

Commit cebc320

Browse files
committed
build: show all cython warnings
1 parent c4363fc commit cebc320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage_setup/command/sage_build_cython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def run(self):
226226
compiler_directives=self.cython_directives,
227227
compile_time_env=self.compile_time_env,
228228
create_extension=self.create_extension,
229+
show_all_warnings=True,
229230
# Debugging
230231
gdb_debug=self.debug,
231232
output_dir=os.path.join(self.build_lib, "sage"),

0 commit comments

Comments
 (0)