You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm glad you reported this issue. Currently the project lacks many customization options for Windows builds. If you think this is necessary, I will add custom options or environment variables.
In addition, the default binary built by static-php in Wiindows is in Release mode. There is no direct switch to build Debug mode for the time being, because some libraries and PHP itself require additional patches when purely statically built, and there are currently no patches for all modes.
Regarding the issue you submitted in the php-src repository, if the problem occurs when using static-php directly to select the extension combination build, it is recommended to create an additional issue for this bug, and I will track this issue later.
Is there a way to avoid the creation of debugging symbols in
spc build
?I'm encountering the following bug in spc: php/php-src#17547
And I want to try disabling debugging symbols, but don't know how to set PHP_DEBUG=no within spc.
Thanks in advance.
The text was updated successfully, but these errors were encountered: