aboutsummaryrefslogtreecommitdiff
path: root/make_helpers
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2017-05-12 16:14:51 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2017-06-01 13:25:51 +0100
commit79eb1aff7850f6b23a302835d7a08936d74e8ce2 (patch)
tree5dda442af04bedf3adeae6eddd46fd8c6555545e /make_helpers
parent572e14132706377530ea9f9ba4cd1fcb4b2b9479 (diff)
downloadtrusted-firmware-a-79eb1aff7850f6b23a302835d7a08936d74e8ce2.tar.gz
Remove `DISABLE_PEDANTIC` build option
It doesn't make sense to use the `-pedantic` flag when building the Trusted Firmware as we use GNU extensions and so our code is not fully ISO C compliant. This flag only makes sense if the code intends to be ISO C compliant. Change-Id: I6273564112759ff57f03b273f5349733a5f38aef Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'make_helpers')
-rw-r--r--make_helpers/defaults.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/make_helpers/defaults.mk b/make_helpers/defaults.mk
index a31e59c0fe..2c8f82a4eb 100644
--- a/make_helpers/defaults.mk
+++ b/make_helpers/defaults.mk
@@ -54,9 +54,6 @@ DEBUG := 0
# Build platform
DEFAULT_PLAT := fvp
-# By default, use the -pedantic option in the gcc command line
-DISABLE_PEDANTIC := 0
-
# Flag to enable Performance Measurement Framework
ENABLE_PMF := 0