Skip to content

Commit

Permalink
ensure assert() is not removed when compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Sep 25, 2017
1 parent 4bb1566 commit d7bce93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -21,6 +21,7 @@ install:
- if %CACHED%==0 echo extension_dir=ext >> php.ini
- if %CACHED%==0 echo extension=php_openssl.dll >> php.ini
- if %CACHED%==0 echo extension=php_mbstring.dll >> php.ini
- if %CACHED%==0 echo zend.assertions = 1 >> php.ini
- if %CACHED%==0 cd ..

test_script:
Expand Down

0 comments on commit d7bce93

Please sign in to comment.