Skip to content

Commit f2c131a

Browse files
committed
wno-int-conversion
1 parent 6f0310e commit f2c131a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/store/pkg/PkgConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function extract(string $name): void
6767

6868
// build from source into package prefix
6969
$env = [
70-
'CFLAGS' => getenv('SPC_DEFAULT_C_FLAGS') ?: '-Os -Wno-int-conversion',
70+
'CFLAGS' => '-Wno-int-conversion ' . (getenv('SPC_DEFAULT_C_FLAGS') ?: '-Os'),
7171
'LDFLAGS' => (SPCTarget::isStatic() ? '--static' : ''),
7272
'PKG_CONFIG' => 'pkg-config',
7373
'PKG_CONFIG_PATH' => BUILD_ROOT_PATH . '/lib/pkgconfig',

0 commit comments

Comments
 (0)