mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 11:25:35 +08:00
we shouldn't need that, need to figure out the cause
This commit is contained in:
@@ -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',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user