Merge: Rename annotations for the C/C++ compilers and linker to `cflags` and `ldflags`
authorJean Privat <jean@pryen.org>
Mon, 26 Jan 2015 07:37:31 +0000 (14:37 +0700)
committerJean Privat <jean@pryen.org>
Mon, 26 Jan 2015 07:37:31 +0000 (14:37 +0700)
commitc6e41c2a13316de202b17fe48fbea68719f4a4c7
tree1a65ea3b6c06fdf449917b16a61028c126043631
parent266c10e38c45326bfa21e712594c9dc8a70ab6ee
parent49438fda65b33d122d00b8412a80f83d9fdf47d7
Merge: Rename annotations for the C/C++ compilers and linker to `cflags` and `ldflags`

The new name is shorter, easier to remember and more standard. I may soon extend these annotations to provide information per platform, mainly to provide ldflags for Android only.

Pull-Request: #1119
Reviewed-by: Jean Privat <jean@pryen.org>