From 8f0cfdbe270fbac6e5fc1ca226619b26410cac52 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Mon, 4 Oct 2021 23:36:31 +1300 Subject: [PATCH] Fixed comment in Makefile. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 79f189f4d8..6dfc729478 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,9 @@ RAM_BASED ?= no CUSTOM_DEFAULTS_EXTENDED ?= no # Debugger optons: -# empty - ordinary build with all optimizations enabled -# RELWITHDEBINFO - ordinary build with debug symbols and all optimizations enabled -# GDB - debug build with minimum number of optimizations +# empty - ordinary build with all optimizations enabled +# INFO - ordinary build with debug symbols and all optimizations enabled +# GDB - debug build with minimum number of optimizations DEBUG ?= # Insert the debugging hardfault debugger