Skip to content

Commit

Permalink
Drop a few flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jul 2, 2024
1 parent d2040d9 commit dec2c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/devtools/test-security-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def call_security_check(cc: str, source: str, executable: str, options) -> tuple
print('=========================================================================================')
print(f'cc is {cc}')
print(f'env_flags are {ef}')
new_ef = [ '-O2', '-g', '-fno-ident', '-pipe', '-std=c11', *ef]
new_ef = [ '-O2', '-g', *ef]
print(f'env_flags are {new_ef}')
print(f'options are {options}')
print('=========================================================================================')
Expand Down

0 comments on commit dec2c7b

Please sign in to comment.