diff options
| author | 2020-06-14 15:53:56 +0200 | |
|---|---|---|
| committer | 2020-06-14 23:36:23 +0200 | |
| commit | 66f5936ed0a72e137e646afbc9c799fefb15c346 (patch) | |
| tree | e1e64fa9578e1094415959008be13298db16c268 /cython | |
| parent | fa9aa6e8cbdcb6121bd625d00543a450687177c4 (diff) | |
| download | libimobiledevice-66f5936ed0a72e137e646afbc9c799fefb15c346.tar.gz libimobiledevice-66f5936ed0a72e137e646afbc9c799fefb15c346.tar.bz2 | |
Redo cython check logic and check for "no-cast-function" gcc 8+ compiler flag
Diffstat (limited to 'cython')
| -rw-r--r-- | cython/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am index 08ac363..3577c4e 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am | |||
| @@ -68,7 +68,7 @@ imobiledevice_la_CFLAGS = \ | |||
| 68 | -Wno-strict-aliasing \ | 68 | -Wno-strict-aliasing \ |
| 69 | -Wno-implicit-function-declaration \ | 69 | -Wno-implicit-function-declaration \ |
| 70 | -fvisibility=default \ | 70 | -fvisibility=default \ |
| 71 | -Wno-cast-function-type | 71 | $(CYTHON_CFLAGS) |
| 72 | 72 | ||
| 73 | imobiledevice_la_LDFLAGS = \ | 73 | imobiledevice_la_LDFLAGS = \ |
| 74 | -module \ | 74 | -module \ |
