-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4.0.x] - Updated domain to phalcon.io
- Loading branch information
Showing
11 changed files
with
1,176 additions
and
1,183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,11 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Phalcon Framework | ||
# This file is part of the Phalcon Framework. | ||
# | ||
# Copyright (c) 2011-present Phalcon Team (https://phalconphp.com) | ||
# (c) Phalcon Team <[email protected]> | ||
# | ||
# This source file is subject to the New BSD License that is bundled | ||
# with this package in the file LICENSE.txt. | ||
# | ||
# If you did not receive a copy of the license and are unable to | ||
# obtain it through the world-wide-web, please send an email | ||
# to [email protected] so we can send you a copy immediately. | ||
# | ||
# Authors: Andres Gutierrez <[email protected]> | ||
# Eduar Carvajal <[email protected]> | ||
# For the full copyright and license information, please view the LICENSE.txt | ||
# file that was distributed with this source code. | ||
# | ||
# Available params: | ||
# --arch | ||
|
@@ -23,7 +16,7 @@ | |
# ./install --phpize /usr/bin/phpize7.3 --php-config /usr/bin/php-config7.3 --arch 32bits | ||
|
||
# Check best compilation flags for GCC | ||
# By default we compile to be as compatible as possible with all processors. | ||
# By default we compile to be as compatible as possible with all processors. | ||
# If you would like instruct the compiler to generate optimized machine code that matches the processor where it is currently running on you can set your own compile flags by exporting CFLAGS before the build. | ||
# | ||
# Example: | ||
|
@@ -32,7 +25,7 @@ | |
# This will generate the best possible code for that chipset but will likely break the compiled object on older chipsets. | ||
|
||
export CC="gcc" | ||
if [ -z "$CFLAGS" ] | ||
if [ -z "$CFLAGS" ] | ||
then | ||
export CFLAGS="-mtune=native -O2 -fomit-frame-pointer" | ||
fi | ||
|
Oops, something went wrong.