Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forkExec (0.08 sec)

  1. src/cmd/link/internal/ld/lib.go

    			// -flat_namespace is deprecated on iOS.
    			// It is useful for supporting plugins. We don't support plugins on iOS.
    			// -flat_namespace may cause the dynamic linker to hang at forkExec when
    			// resolving a lazy binding. See issue 38824.
    			// Force eager resolution to work around.
    			argv = append(argv, "-Wl,-flat_namespace", "-Wl,-bind_at_load")
    		}
    		if !combineDwarf {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top