mbedtls/tests
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
..
data_files Add tests for concatenated CRLs 2014-11-19 16:08:34 +01:00
scripts Fix missing/misplaced #include's 2015-02-17 15:47:31 +00:00
suites Merge remote-tracking branch 'rich/platform' into development 2015-02-16 16:10:51 +00:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Rename project in CMake 2015-01-27 15:44:46 +00:00
compat.sh Make tests/*.sh runnable from anywhere 2015-03-10 13:43:56 +00:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile build: Makefile: cleanup CFLAGS 2015-03-13 13:34:25 +00:00
ssl-opt.sh Make tests/*.sh runnable from anywhere 2015-03-10 13:43:56 +00:00