mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
we shouldn't need that, need to figure out the cause
This commit is contained in:
parent
cc4ec4b598
commit
5a7fd8c24e
@ -61,7 +61,7 @@ class pgsql extends Extension
|
|||||||
protected function getExtraEnv(): array
|
protected function getExtraEnv(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'CFLAGS' => '-Wno-int-conversion -Wno-implicit-function-declaration',
|
'CFLAGS' => '-Wno-int-conversion',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user