concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.38k stars 313 forks source link

Add support for setting AR #162

Closed ConiKost closed 3 years ago

ConiKost commented 3 years ago

By default, the command 'ar' is called. Is should be possible, as with 'CC', to override that value and set an own AR.

Signed-off-by: Conrad Kostecki conrad@kostecki.com

cognet commented 3 years ago

Merged, thanks !

ConiKost commented 3 years ago

That was fast, thanks! :-)