Skip to content

Commit cb62ffd

Browse files
committed
we manage -fno-sanitize in code, only needed for opcache with jit
1 parent 40ac705 commit cb62ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/env.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CXX=${SPC_LINUX_DEFAULT_CXX}
7171
AR=${SPC_LINUX_DEFAULT_AR}
7272
LD=${SPC_LINUX_DEFAULT_LD}
7373
; 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"
74+
SPC_DEFAULT_C_FLAGS="-fPIC -Os -Wno-error=date-time"
7575
SPC_DEFAULT_CXX_FLAGS="-fPIC -Os -Wno-error=date-time"
7676
; extra libs for building php executable, used in `make` command for building php (this value may changed by extension build process, space separated)
7777
SPC_EXTRA_LIBS=

0 commit comments

Comments
 (0)