Skip to content

Commit

Permalink
Add workaround for sagemath/cysignals#194
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Dec 24, 2024
1 parent 0bb2a1b commit 3fd6590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ add_project_arguments(
'-X preliminary_late_includes_cy28=True',
language: 'cython',
)
# Disable sanity check as a workaround for https://github.com/sagemath/cysignals/issues/194
add_project_arguments('-U_FORTIFY_SOURCE', language : ['c', 'cpp'])

inc_cpython = include_directories('sage/cpython')
inc_rings = include_directories('sage/rings')
Expand Down

0 comments on commit 3fd6590

Please sign in to comment.