diff options
| author | iamcheeseman <[email protected]> | 2026-05-24 17:02:40 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-24 17:02:40 -0400 |
| commit | df9d7199524569f68431147ad0719b999efbd492 (patch) | |
| tree | d8c6b437d150e0ff1323c46e844aa1d0f00e9cd6 | |
| parent | 09d34f7b62f0bbf49b8c946b23c29cc51e7d67f9 (diff) | |
simplify the default debug flags
| -rw-r--r-- | config.def.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.mk b/config.def.mk index 82fa192..dae1399 100644 --- a/config.def.mk +++ b/config.def.mk @@ -3,7 +3,7 @@ PLATFORM=gl OUT=demonchime -DBFLAGS=-g -ggdb -rdynamic -DTEENSY_DEBUG +DBFLAGS=-g -DTEENSY_DEBUG INCS=-Iteensy -Iteensy/platform/${PLATFORM} CFLAGS=${INCS} -Wall -Wextra -std=c99 -D_XOPEN_SOURCE=700 -O2 |
