mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 10:06:01 +01:00
Enforce C99 standard during pytrexio compilation
This commit is contained in:
parent
6d0293a379
commit
7b408aed2e
@ -94,6 +94,7 @@ pytrexio_module = Extension('pytrexio._pytrexio',
|
||||
include_dirs = [h5_cflags, srcpath, numpy_includedir],
|
||||
libraries = ['hdf5', 'hdf5_hl'],
|
||||
extra_compile_args = [
|
||||
'-std=c99',
|
||||
'-Wno-discarded-qualifiers',
|
||||
'-Wno-unused-variable',
|
||||
'-Wno-unused-but-set-variable'
|
||||
|
Loading…
Reference in New Issue
Block a user