Skip to content

Commit 551b77f

Browse files
deploy: 3b12361
1 parent d3a5fe5 commit 551b77f

2 files changed

Lines changed: 15560 additions & 1 deletion

File tree

.github/pr_validation.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,12 @@ def validate_compiler_options(self):
569569
def is_allowed_option(option: str) -> bool:
570570
return bool(
571571
option.startswith('-l')
572-
or option in ['-DWIN32_LEAN_AND_MEAN', '-fms-extensions']
572+
or option
573+
in [
574+
'-DWIN32_LEAN_AND_MEAN',
575+
'-fms-extensions',
576+
'-ffp-exception-behavior=maytrap',
577+
]
573578
)
574579

575580
options = prop.value.split()

0 commit comments

Comments
 (0)