Skip to content

Commit

Permalink
add more flags
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Mar 11, 2024
1 parent 032ba6b commit a4faaa1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/dphp-linux-x86_64
Binary file not shown.
2 changes: 1 addition & 1 deletion cli/build-php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

os="$(uname -s | tr '[:upper:]' '[:lower:]')"

export CFLAGS="$CFLAGS -O3" CXXFLAGS="$CXXFLAGS -O3"
export CFLAGS="$CFLAGS -O2 -march=native -pipe" CXXFLAGS="$CXXFLAGS -O2 -march=native -pipe"

if [ -z "${PHP_EXTENSIONS}" ]; then
export PHP_EXTENSIONS="apcu,bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,gmp,gd,iconv,igbinary,mbregex,mbstring,opcache,openssl,pcntl,phar,posix,readline,simplexml,sockets,sodium,sysvsem,tokenizer,uuid,uv,xml,xmlreader,xmlwriter,zip,zlib"
Expand Down

0 comments on commit a4faaa1

Please sign in to comment.