aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-07-25 17:51:07 -0500
committerCalvin Rose <calsrose@gmail.com>2023-07-25 17:51:21 -0500
commit080b37cb3128c1cc5a3912476892c2444930fc71 (patch)
tree3779cec45981224a0212488b0c084d307e560f28 /Makefile
parentMerge pull request #1231 from sogaiu/tweak-file-open-doc (diff)
Update CHANGELOG.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c6be5487..b1d72830 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ SONAME_SETTER=-Wl,-soname,
# For cross compilation
HOSTCC?=$(CC)
HOSTAR?=$(AR)
-CFLAGS?=-O2 -g
+CFLAGS?=-O2
LDFLAGS?=-rdynamic
RUN:=$(RUN)
@@ -364,7 +364,7 @@ build/janet.tmLanguage: tools/tm_lang_gen.janet $(JANET_TARGET)
$(RUN) $(JANET_TARGET) $< > $@
compile-commands:
- # Requires pip install copmiledb
+ # Requires pip install compiledb
compiledb make
clean: