Skip to content

njlr/buck-linker-flags-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buck-linker-flag-issue

Buck should be able to link a precompiled library using linker_flags. This project can be used to check different versions of Buck.

To create libfoo:

clang++ -c foo.cpp -o foo
ar -rv libfoo.a foo.o

To build the app:

buck build :app

About

Verifying the order of Buck's linker_flags

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published