diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 7f18002..6de1607 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ EXE = wdoc RUNARGS = CFLAGS = -std=c17 -Wall -Wextra -Wpedantic -Os ${CFLAGS_${DEBUG}} -LDFLAGS = -flto ${LDFLAGS_${DEBUG}} +LDFLAGS = ${LDFLAGS_${DEBUG}} PREFIX = ${HOME}/.local LDLIBS = |