Skip to content

Commit 345d0c1

Browse files
committed
v0.0.4 Release
1 parent 3f3c184 commit 345d0c1

22 files changed

+64
-103
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name" : "rapidpm",
55
"extension-name" : "rapidpm",
66
"namespace" : "pocketmine",
7-
"version" : "0.0.3",
7+
"version" : "0.0.4",
88
"optimizer-dirs": [
99
"optimizers"
1010
],

ext/install

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# the LICENSE file that was distributed with this source code.
1010

1111
export CC="gcc"
12-
export CFLAGS="-O3 -Wall -fvisibility=hidden -flto -DZEPHIR_RELEASE=1"
12+
export CFLAGS="-O2 -Wall -fvisibility=hidden -flto -DZEPHIR_RELEASE=1"
1313

1414
IN_DOCKER=0
1515

@@ -39,7 +39,7 @@ ZEPHIR_LDFLAGS=""
3939
test -n "$CFLAGS" && ZEPHIR_CFLAGS="CFLAGS=\"$CFLAGS\""
4040
test -n "$LDFLAGS" && ZEPHIR_LDFLAGS="LDFLAGS=\"$LDFLAGS\""
4141

42-
./configure --silent --enable-rapidpm "$ZEPHIR_CFLAGS" "$ZEPHIR_LDFLAGS"
42+
/configure --silent --enable-rapidpm "$ZEPHIR_CFLAGS" "$ZEPHIR_LDFLAGS"
4343

44-
make -s install
44+
make -s
4545
$sudo make -s install

ext/php_rapidpm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "kernel/globals.h"
1212

1313
#define PHP_RAPIDPM_NAME "rapidpm"
14-
#define PHP_RAPIDPM_VERSION "0.0.3"
14+
#define PHP_RAPIDPM_VERSION "0.0.4"
1515
#define PHP_RAPIDPM_EXTNAME "rapidpm"
1616
#define PHP_RAPIDPM_AUTHOR "Organization"
1717
#define PHP_RAPIDPM_ZEPVERSION "0.12.3-$Id$"

ext/pocketmine/math/axisalignedbb.zep.h

Lines changed: 3 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/pocketmine/math/vector3.zep.c

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/pocketmine/math/vector3.zep.h

Lines changed: 18 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/pocketmine/math/voxelraytrace.zep.c

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ide/0.0.3/Pocketmine/math/AxisAlignedBB.zep.php renamed to ide/0.0.4/Pocketmine/math/AxisAlignedBB.zep.php

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)