dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 07140addddcca49c14f8dbf47224a3210d98b978
parent d5102f33a8cc41c43b8822965713a8f0a60f481b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 30 Jun 2020 06:36:00 +0200

Generate debugging symbols in mw alias

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -94,7 +94,7 @@ create_repo() { } alias m='make' -alias mw='make CFLAGS="-Wall -Wextra -pedantic -std=c99"' +alias mw='make CFLAGS="-Wall -Wextra -pedantic -std=c99 -g" LDFLAGS="-g"' alias mc='make clean' alias me='make edit' if type doas >/dev/null 2>&1; then