fix(config.mk): typo
This commit is contained in:
parent
6468c28652
commit
c52d52df2a
1 changed files with 1 additions and 1 deletions
|
@ -41,4 +41,4 @@ CFLAGS$(DEBUG) = -O3 -Wall -Wextra -Wno-sign-compare $(CCFLAGS)
|
||||||
LDFLAGS$(DEBUG) = -s $(CLDFLAGS)
|
LDFLAGS$(DEBUG) = -s $(CLDFLAGS)
|
||||||
|
|
||||||
# static build (uncomment)
|
# static build (uncomment)
|
||||||
#LD_FLAGS += -static
|
#LDFLAGS += -static
|
||||||
|
|
Reference in a new issue