Skip to content

Commit c5ae719

Browse files
Update src/SPC/builder/unix/library/postgresql.php
Co-authored-by: Marc <[email protected]>
1 parent 7b6e707 commit c5ae719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/library/postgresql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function build(): void
5050
$config = $spc->config(libraries: $libs, include_suggest_lib: $this->builder->getOption('with-suggested-libs'));
5151

5252
$env_vars = [
53-
'CFLAGS' => "{$config['cflags']} -fno-ident",
53+
'CFLAGS' => $config['cflags'],
5454
'CPPFLAGS' => '-DPIC',
5555
'LDFLAGS' => $config['ldflags'],
5656
'LIBS' => $config['libs'],

0 commit comments

Comments
 (0)