diff options
| author | 2025-11-23 01:12:43 -0600 | |
|---|---|---|
| committer | 2025-11-23 01:12:43 -0600 | |
| commit | bc6575839f8f826b6e3537f5f88970f4444a06c5 (patch) | |
| tree | a1f9973beda654b77690bcf5672335e179f0a7c3 /meson.build | |
| parent | ignore this commit (diff) | |
more work on plugins
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index f6b16e7..b5be67a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('ptxmc', 'c', default_options : ['c_std=c11']) -add_project_arguments('-D_XOPEN_SOURCE=700', language : [ 'c' ]) +add_project_arguments('-D_GNU_SOURCE=1', language : [ 'c' ]) c_comp = meson.get_compiler('c') @@ -44,7 +44,7 @@ executable('ptxmc', prog_sources, plugin_kwargs = { 'gnu_symbol_visibility' : 'hidden', 'c_args' : ['-DPTX_PLUGIN=1'], - 'name_prefix' : '', + 'name_prefix' : 'm_', 'name_suffix' : 'ptxplugin' } |
