diff options
author | y-uti <y.uchiyama.1015@gmail.com> | 2016-07-12 12:59:11 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-07-12 12:59:11 +0200 |
commit | acc58f18453f67928e66573889061135d188ee6e (patch) | |
tree | bce2ab754a378773b1a0672e1f91207d2557baf3 /win32/build/confutils.js | |
parent | ca08ed417ecb6345862e3c3315c4dc2e1d46f066 (diff) | |
download | php-git-acc58f18453f67928e66573889061135d188ee6e.tar.gz |
Make phpize set a proper build type (windows)
Diffstat (limited to 'win32/build/confutils.js')
-rw-r--r-- | win32/build/confutils.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js index dd9bddd57a..8ab4b7b0e9 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -2042,6 +2042,7 @@ function generate_phpize() CJ = FSO.CreateTextFile(dest + "/config.phpize.js"); CJ.WriteLine("var PHP_ZTS =" + '"' + PHP_ZTS + '"'); + CJ.WriteLine("var PHP_DEBUG=" + '"' + PHP_DEBUG + '"'); CJ.WriteLine("var PHP_DLL_LIB =" + '"' + get_define('PHPLIB') + '"'); CJ.WriteLine("var PHP_DLL =" + '"' + get_define('PHPDLL') + '"'); |