build(python): added fvisibility=hidden for python builds
In order to avoid massive binaries uploaded to pypi we have worked to reduce the number of symbols included in binaries
This commit is contained in:
@@ -64,10 +64,10 @@ install_subdir('include/gridfire', install_dir: get_option('includedir'))
|
||||
|
||||
message('Configuring C API...')
|
||||
subdir('extern')
|
||||
|
||||
if get_option('build-python')
|
||||
message('Configuring Python bindings...')
|
||||
subdir('python')
|
||||
else
|
||||
message('Skipping Python bindings...')
|
||||
endif
|
||||
#
|
||||
#if get_option('build-python')
|
||||
# message('Configuring Python bindings...')
|
||||
# subdir('python')
|
||||
#else
|
||||
# message('Skipping Python bindings...')
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user