diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -345,8 +345,12 @@ endif # Default flags to pass the C compiler. ifndef default_cflags +ifeq ($(release),stable) +default_cflags := -g -O2 +else default_cflags := -g -O endif +endif # Flags to pass the C compiler when assembling preprocessed assembly code # (`.S' files). On some systems the assembler doesn't understand the `#' line |