We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6e707 commit c5ae719Copy full SHA for c5ae719
src/SPC/builder/unix/library/postgresql.php
@@ -50,7 +50,7 @@ protected function build(): void
50
$config = $spc->config(libraries: $libs, include_suggest_lib: $this->builder->getOption('with-suggested-libs'));
51
52
$env_vars = [
53
- 'CFLAGS' => "{$config['cflags']} -fno-ident",
+ 'CFLAGS' => $config['cflags'],
54
'CPPFLAGS' => '-DPIC',
55
'LDFLAGS' => $config['ldflags'],
56
'LIBS' => $config['libs'],
0 commit comments