Commit b0d16d2
python3: Use -fno-strict-aliasing
Building under Python 2 passes -fno-strict-aliasing to gcc. By default
under Python 3 it doesn't, so add it in setup.py.
Signed-off-by: Andy Grover <agrover@redhat.com>1 parent cb245c6 commit b0d16d2
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments