mbedtls/programs
Alon Bar-Lev f7a9f30348 build: Makefile: cleanup CFLAGS
CFLAGS are reserved for external interaction via make variable, the
following should work:

$ make CFLAGS="-O3"
$ CFLAGS="-O3" make

1. Move internal flags to LOCAL_CFLAGS
2. Respect external CFLAGS
3. CFLAGS should be last compiler flags.
4. Default CFLAGS is -O optimization, remove OFLAGS.
5. Add WARNING_CFLAGS to control warning setting and enable to remove
   if compiler does not support flags.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-03-13 13:34:25 +00:00
..
aes Rename website and repository 2015-03-06 13:17:10 +00:00
hash Rename website and repository 2015-03-06 13:17:10 +00:00
pkey Rename website and repository 2015-03-06 13:17:10 +00:00
random Rename website and repository 2015-03-06 13:17:10 +00:00
ssl Rename website and repository 2015-03-06 13:17:10 +00:00
test Rename website and repository 2015-03-06 13:17:10 +00:00
util Rename website and repository 2015-03-06 13:17:10 +00:00
x509 Rename website and repository 2015-03-06 13:17:10 +00:00
.gitignore Add mini_client.c 2015-02-16 17:22:46 +00:00
CMakeLists.txt - Added missing subdirectory line for util 2012-09-25 08:19:18 +00:00
Makefile build: Makefile: cleanup CFLAGS 2015-03-13 13:34:25 +00:00
wince_main.c Rename website and repository 2015-03-06 13:17:10 +00:00