Skip to content

CCMeta/LLVM_Dafa_is_good

Repository files navigation

LLVM_Dafa_is_good

  • static lib
gcc -c hello.c && ar -crs libhello.a hello.o
  • dynamic lib
gcc -c hello.c && gcc hello.o -shared -fPIC -o libhello.so
  • link lib
gcc main.c -L. -lhello -o main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages