Skip to content

Commit

Permalink
windows-compile-vs: fixed JIT build not being enableable (#200)
Browse files Browse the repository at this point in the history
closes #199
  • Loading branch information
SkyLake-git authored Nov 26, 2024
1 parent a51259d commit 4694053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if "%PHP_DEBUG_BUILD%"=="" (
set PHP_DEBUG_BUILD=0
)
set MSBUILD_CONFIGURATION=RelWithDebInfo
set PHP_JIT_ENABLE_ARG=off
set PHP_JIT_ENABLE_ARG=no

REM NOTE: Tags with "v" prefixes behave weirdly in the GitHub API. They'll be stripped in some places but not others.
REM Use commit hashes to avoid this.
Expand Down Expand Up @@ -74,7 +74,7 @@ if "%PHP_DEBUG_BUILD%"=="0" (
)

if "%PHP_JIT_SUPPORT%"=="1" (
set PHP_JIT_ENABLE_ARG=on
set PHP_JIT_ENABLE_ARG=yes
call :pm-echo "Compiling JIT support in OPcache (unstable)"
)

Expand Down

0 comments on commit 4694053

Please sign in to comment.