diff options
| author | spv <aquaticvegetable@gmail.com> | 2022-04-22 15:57:02 -0400 |
|---|---|---|
| committer | spv <aquaticvegetable@gmail.com> | 2022-04-22 15:57:02 -0400 |
| commit | d7cf3795b6da29a8ec7a6b7fc1245b70ff9d3dca (patch) | |
| tree | 6358354070c6500ab77893478a8bf1179e5bb026 /build.sh | |
| parent | f6a6595c6df8266673decccbd909aecf4cd60cf0 (diff) | |
stuff
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,7 +16,8 @@ clang -I $(pwd)/inc/ \ -o bin/main \ -D__WHOAMI__="\"$(whoami)\"" \ -D__PWD__="\"$(pwd)\"" \ - -g + -g +# -rdynamic # build armv7 (for untether install) xcrun -sdk iphoneos clang -arch armv7 src/main.c \ @@ -32,4 +33,4 @@ xcrun -sdk iphoneos clang -arch armv7 src/main.c \ -framework JavaScriptCore \ -g -ldid -Sent.xml bin/main_arm
\ No newline at end of file +ldid -Sent.xml bin/main_arm |
