3 lines
134 B
Bash
3 lines
134 B
Bash
|
#!/bin/bash
|
||
|
gcc -o symver.x86_64.so symver.c -Wl,--as-needed -shared -fPIC -Xlinker --hash-style=both -Wl,--version-script=symver.ver
|