We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e778f commit 94de90aCopy full SHA for 94de90a
arm.bash
@@ -0,0 +1,10 @@
1
+#!/bin/bash -e
2
+
3
+cd astyle-code/AStyle/build/gcc/
4
5
+make clean
6
7
+CFLAGS="-Os" LDFLAGS="-s" make java
8
9
+cp bin/libastyle*.so ../../../../libastylej_arm.so
10
0 commit comments