mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
add -march=i586 to lflags as well as cflags where appropriate
When link time optimization is enabled, we need to remind the compiler that we're targeting i586 when linking so it can resolve atomic operations like __sync_bool_compare_and_swap.
This commit is contained in:
parent
97ebf2173c
commit
031852daec