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 11ba158 commit 900f818Copy full SHA for 900f818
1 file changed
config/templates/craft.yml.twig
@@ -98,6 +98,8 @@ extra-env:
98
{% else -%}
99
SPC_TARGET: '{{ target }}'
100
SPC_EXTRA_PHP_VARS: 'php_cv_preserve_none=yes'
101
+ # zig cc without -O keeps Debug UB traps; bare-built minilua aborts on Lua's 2^32 double->int cast
102
+ SPC_COMPILER_EXTRA: '-fno-sanitize=undefined'
103
{% endif -%}
104
EXTENSION_DIR: "{{ moduledir }}"
105
SPC_CMD_VAR_PHP_EMBED_TYPE: 'shared'
0 commit comments