mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
12 lines
429 B
Diff
12 lines
429 B
Diff
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -202,7 +202,7 @@ def init_env(
|
||
|
cflags = os.environ.get(
|
||
|
'OVERRIDE_CFLAGS', (
|
||
|
'-Wextra -Wno-missing-field-initializers -Wall -std=c11'
|
||
|
- ' -pedantic-errors -Werror {} {} -fwrapv {} {} -pipe {} -fvisibility=hidden'
|
||
|
+ ' {} {} -fwrapv {} {} -pipe {} -fvisibility=hidden'
|
||
|
).format(
|
||
|
optimize,
|
||
|
' '.join(sanitize_args),
|