Skip to content

Commit

Permalink
Removed '-static' flag wich isn't compiling ev3php.so
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastautz authored Nov 5, 2022
1 parent 810b1ea commit 1d1266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
echo "ev3php module builder"
echo ""
phpize
./configure --enable-ev3php --host="arm-linux" CFLAGS="-O9 -Ofast -static" CC="arm-linux-gnueabi-gcc"
./configure --enable-ev3php --host="arm-linux" CFLAGS="-O9 -Ofast" CC="arm-linux-gnueabi-gcc"
make
arm-linux-gnueabi-strip -R .comment modules/ev3php.so
arm-linux-gnueabi-strip -R .note.gnu.build-id modules/ev3php.so
Expand Down

0 comments on commit 1d1266a

Please sign in to comment.