Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2019-09-22 18:00:25 -05:00
parent 8cda06b995
commit 9d020c3ec5
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@
All notable changes to this project will be documented in this file.
## Unreleased
- Add line, column style stacktraces if source is available. Otherwise, default
to (start:end) byte offsets.
- Replace (start:end) style stacktrace source position information with
line, column. This should be more readable for humans. Also, range information
can be recovered by re-parsing source.
## 1.3.1 - 2019-09-21
- Fix some linking issues when creating executables with native dependencies.

View File

@ -37,7 +37,7 @@ MANPATH?=$(PREFIX)/share/man/man1/
PKG_CONFIG_PATH?=$(PREFIX)/lib/pkgconfig
DEBUGGER=gdb
CFLAGS=-std=c99 -Wall -Wextra -Isrc/include -Isrc/conf -fpic -O0 -g -fvisibility=hidden \
CFLAGS=-std=c99 -Wall -Wextra -Isrc/include -Isrc/conf -fpic -O2 -fvisibility=hidden \
-DJANET_BUILD=$(JANET_BUILD)
LDFLAGS=-rdynamic