mirror of
https://github.com/janet-lang/janet
synced 2025-05-04 08:24:15 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
8cda06b995
commit
9d020c3ec5
@ -2,8 +2,9 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
- Add line, column style stacktraces if source is available. Otherwise, default
|
- Replace (start:end) style stacktrace source position information with
|
||||||
to (start:end) byte offsets.
|
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
|
## 1.3.1 - 2019-09-21
|
||||||
- Fix some linking issues when creating executables with native dependencies.
|
- Fix some linking issues when creating executables with native dependencies.
|
||||||
|
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ MANPATH?=$(PREFIX)/share/man/man1/
|
|||||||
PKG_CONFIG_PATH?=$(PREFIX)/lib/pkgconfig
|
PKG_CONFIG_PATH?=$(PREFIX)/lib/pkgconfig
|
||||||
DEBUGGER=gdb
|
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)
|
-DJANET_BUILD=$(JANET_BUILD)
|
||||||
LDFLAGS=-rdynamic
|
LDFLAGS=-rdynamic
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user