commit | f7ad37fe3c438c56caf4317178e44d18488dcc2b | [log] [tgz] |
---|---|---|
author | Luis Machado <luis.machado@linaro.org> | Fri Jan 11 15:52:52 2019 -0200 |
committer | Lisa Nguyen <lisa.nguyen@linaro.org> | Sun Jan 13 15:55:25 2019 -0800 |
tree | 3c320aa2c82f9522e3a255cc463e739aee6e5a48 | |
parent | afefb46f752fda5fdd62b12144e320736a907e7b [diff] |
Adjust compiler flag variables In order to pass additional compiler flags while still keeping the required flags intact (-pthread for example), we add a local set of flags on top of the exsiting CFLAGS. 2019-01-11 Luis Machado <luis.machado@linaro.org> * Test.mk (CFLAGS): Set to "-g -Wall" (FLAGS): New variable. Set to -pthread. Document variables. ($(EXEC): Use FLAGS. Signed-off-by: Luis Machado <luis.machado@linaro.org>