diff --git a/tools/profiles/debug.json b/tools/profiles/debug.json index e45d0e17b5..053ba43271 100644 --- a/tools/profiles/debug.json +++ b/tools/profiles/debug.json @@ -24,7 +24,7 @@ "c": ["-D__ASSERT_MSG", "-std=gnu99"], "cxx": ["-fno-rtti", "-std=gnu++98"], "ld": ["--verbose", "--remove", "--legacyalign", "--no_strict_wchar_size", - "--no_strict_enum_size"] + "--no_strict_enum_size", "--show_full_path"] }, "ARM": { "common": ["-c", "--gnu", "-Otime", "--split_sections", diff --git a/tools/profiles/develop.json b/tools/profiles/develop.json index cdaa328671..19f7a5eaab 100644 --- a/tools/profiles/develop.json +++ b/tools/profiles/develop.json @@ -22,7 +22,7 @@ "asm": [], "c": ["-D__ASSERT_MSG", "-std=gnu99"], "cxx": ["-fno-rtti", "-std=gnu++98"], - "ld": ["--legacyalign", "--no_strict_wchar_size", "--no_strict_enum_size"] + "ld": ["--legacyalign", "--no_strict_wchar_size", "--no_strict_enum_size", "--show_full_path"] }, "ARM": { "common": ["-c", "--gnu", "-Otime", "--split_sections", diff --git a/tools/profiles/release.json b/tools/profiles/release.json index ac3f3dc199..f224de0c12 100644 --- a/tools/profiles/release.json +++ b/tools/profiles/release.json @@ -22,7 +22,8 @@ "asm": [], "c": ["-D__ASSERT_MSG", "-std=gnu99"], "cxx": ["-fno-rtti", "-std=gnu++98"], - "ld": ["--legacyalign", "--no_strict_wchar_size", "--no_strict_enum_size"] + "ld": ["--legacyalign", "--no_strict_wchar_size", "--no_strict_enum_size", + "--show_full_path"] }, "ARM": { "common": ["-c", "--gnu", "-Ospace", "--split_sections",