We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3499cc6 commit ebac9a0Copy full SHA for ebac9a0
junixsocket-native/crossclang/bin/clang
@@ -170,6 +170,7 @@ while [ $# -gt 0 ]; do
170
-target ) v="$1"; target="$v"; shift; skipArg=1 ;;
171
c++ ) if [ "$previous" == "-x" ]; then looksLikeCPP=1; fi ;;
172
-m64 ) extraVersionArgs+=("$v") ;;
173
+ -rdynamic ) skipGccArg=1 ; hasExportDynamic=1; ;;
174
-Xlinker )
175
if [[ "$1" == "-export_dynamic" ]]; then
176
hasExportDynamic=1
0 commit comments