diff options
| author | ruki <[email protected]> | 2016-12-01 22:19:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-12-01 22:19:07 +0800 |
| commit | 2f7a14cff5eda53e9b86e94af7754828543882bf (patch) | |
| tree | e4bd86e2cf74d5118618b8486263969aaabce682 | |
| parent | ea6b0b8530b97c1f5bc909c694365a47f99cbdaa (diff) | |
remove -Werror for linux core
| -rwxr-xr-x | core/plat/linux/prefix.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plat/linux/prefix.mak b/core/plat/linux/prefix.mak index a356b0b7b..e4928f6f1 100755 --- a/core/plat/linux/prefix.mak +++ b/core/plat/linux/prefix.mak @@ -62,7 +62,7 @@ endif # cxflags: .c/.cc/.cpp files CXFLAGS_RELEASE = -fvisibility=hidden CXFLAGS_DEBUG = -g -D__tb_debug__ -CXFLAGS = $(AHFLAGS) -c -Wall -Werror +CXFLAGS = $(AHFLAGS) -c -Wall CXFLAGS-I = -I CXFLAGS-o = -o |
