We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1692a1 + c3841f7 commit 794929cCopy full SHA for 794929c
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