Skip to content

Commit fda3106

Browse files
Merge pull request #2099 from Atlante45/dev
Fix dynamic_lookup linker flag for Apple clang
2 parents 92a8c28 + 9721a77 commit fda3106

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/afl-cc.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,8 +2366,7 @@ static void add_aflpplib(aflcc_state_t *aflcc) {
23662366
insert_param(aflcc, afllib);
23672367

23682368
#ifdef __APPLE__
2369-
insert_param(aflcc, "-Wl,-undefined");
2370-
insert_param(aflcc, "dynamic_lookup");
2369+
insert_param(aflcc, "-Wl,-undefined,dynamic_lookup");
23712370
#endif
23722371

23732372
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy