autotools: let's be precise on how we do support ABI stability.
authorCedric BAIL <cedric.bail@samsung.com>
Wed, 19 Mar 2014 00:41:28 +0000 (09:41 +0900)
committerCedric BAIL <cedric.bail@free.fr>
Tue, 1 Apr 2014 13:00:15 +0000 (22:00 +0900)
commitafaf0129aef8ac913cd362927d432c5e0a2b4278
treea8fa3ad5822b832787f5a78f3dc27f5923d0d6cc
parentb1e576081175835cfef1626b85c3bf99fc3d8d13
autotools: let's be precise on how we do support ABI stability.

NOTE: We do use enum in structure. There size can be changed by changing
the parameter of the compiler, this obviously will break ABI. As long as
you use the same compiler (and normally any future version of that compiler)
with the same set of CFLAGS/CXXFLAGS, you will have ABI stability.
README