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/phpize.js.in | |
parent | ca08ed417ecb6345862e3c3315c4dc2e1d46f066 (diff) | |
download | php-git-acc58f18453f67928e66573889061135d188ee6e.tar.gz |
Make phpize set a proper build type (windows)
Diffstat (limited to 'win32/build/phpize.js.in')
-rw-r--r-- | win32/build/phpize.js.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/phpize.js.in b/win32/build/phpize.js.in index 1302cf7065..e610897b4c 100644 --- a/win32/build/phpize.js.in +++ b/win32/build/phpize.js.in @@ -229,7 +229,7 @@ C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js")); // Pull in code for the base detection
modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
-C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");");
+C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
find_config_w32(".");
// Now generate contents of module based on MODULES, chasing dependencies
|