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 40ac705 commit cb62ffdCopy full SHA for cb62ffd
config/env.ini
@@ -71,7 +71,7 @@ CXX=${SPC_LINUX_DEFAULT_CXX}
71
AR=${SPC_LINUX_DEFAULT_AR}
72
LD=${SPC_LINUX_DEFAULT_LD}
73
; default compiler flags, used in CMake toolchain file, openssl and pkg-config build
74
-SPC_DEFAULT_C_FLAGS="-fPIC -Os -Wno-error=date-time -fno-sanitize=undefined"
+SPC_DEFAULT_C_FLAGS="-fPIC -Os -Wno-error=date-time"
75
SPC_DEFAULT_CXX_FLAGS="-fPIC -Os -Wno-error=date-time"
76
; extra libs for building php executable, used in `make` command for building php (this value may changed by extension build process, space separated)
77
SPC_EXTRA_LIBS=
0 commit comments