diff options
author | Cedric BAIL <cedric.bail@samsung.com> | 2014-03-19 09:41:28 +0900 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2014-04-01 22:00:15 +0900 |
commit | afaf0129aef8ac913cd362927d432c5e0a2b4278 (patch) | |
tree | a8fa3ad5822b832787f5a78f3dc27f5923d0d6cc /README | |
parent | b1e576081175835cfef1626b85c3bf99fc3d8d13 (diff) | |
download | efl-afaf0129aef8ac913cd362927d432c5e0a2b4278.tar.gz |
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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -506,7 +506,10 @@ COMPILER FLAGS -------------- You can affect compilation optimization, debugging and other factors -by setting your CFLAGS environment variable (and CXXFLAGS) +by setting your CFLAGS environment variable (and CXXFLAGS). Be aware +that to ensure ABI stability you should use the exact same CFLAGS / +CXXFLAGS for all the build of EFL and any applications/libraries that +depend on them. Other recommendations: |