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 f1a9a28 commit 2d6d25cCopy full SHA for 2d6d25c
src/SPC/builder/linux/LinuxBuilder.php
@@ -359,7 +359,6 @@ private function getMakeExtraVars(): array
359
$static = SPCTarget::isStatic() ? '-all-static' : '';
360
$lib = BUILD_LIB_PATH;
361
return [
362
- // 'CPPFLAGS' => '-Dsomethinghere',
363
'EXTRA_CFLAGS' => getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS'),
364
'EXTRA_LIBS' => $config['libs'],
365
'EXTRA_LDFLAGS' => getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS'),
0 commit comments