diff options
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -24,5 +24,5 @@ CFLAGS += -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os ${INCS} ${CPPFLAGS} | |||
| 24 | LDFLAGS += -g ${LIBS} | 24 | LDFLAGS += -g ${LIBS} |
| 25 | 25 | ||
| 26 | # compiler and linker | 26 | # compiler and linker |
| 27 | CC ?= cc | 27 | # CC = cc |
| 28 | 28 | ||
