Skip to content

Commit

Permalink
#15598 - Remove PSR dependency in config.w32
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed May 29, 2022
1 parent 8468918 commit f1b4732
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/config/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ if (PHP_PHALCON != "no") {
EXTENSION("phalcon", "phalcon.zep.c", null, "-I"+configure_module_dirname);
ADD_FLAG("CFLAGS", "/D ZEPHIR_RELEASE /Oi /Ot /Oy /Ob2 /Gs /GF /Gy /GL");
ADD_FLAG("LDFLAGS", "/LTCG");
ADD_EXTENSION_DEP("phalcon", "psr");
}
1 change: 0 additions & 1 deletion build/phalcon/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ if (PHP_PHALCON != "no") {
EXTENSION("phalcon", "phalcon.zep.c", null, "-I"+configure_module_dirname);
ADD_FLAG("CFLAGS", "/D ZEPHIR_RELEASE /Oi /Ot /Oy /Ob2 /Gs /GF /Gy /GL");
ADD_FLAG("LDFLAGS", "/LTCG");
ADD_EXTENSION_DEP("phalcon", "psr");
}

0 comments on commit f1b4732

Please sign in to comment.