unix/fiss

adding debug symbols to Make (f54aee4710b5ec2d87588a6336fb7187c3ce4afd)
Repositories | LICENSE

commit f54aee4710b5ec2d87588a6336fb7187c3ce4afd
parent 54533adb4beb780d12509b7bcebde67ec488d295
Author: Friedel Schön <[email protected]>
Date:   Mon,  8 May 2023 00:08:15 +0200

adding debug symbols to Make

Diffstat:
MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -10,7 +10,7 @@ ROFF_DIR := usr/share/man # Compiler Options CC := gcc -CCFLAGS := -I$(INCLUDE_DIR) -Wall -Wextra +CCFLAGS := -I$(INCLUDE_DIR) -Wall -Wextra -g LFLAGS := # Executable-specific flags