Files
zig/src
Andrew Kelley 5d2edac12d breaking: remove --static; add -dynamic
`--static` is no longer an option. Instead, Zig makes things as static
as possible by default. `-dynamic` can be used to choose a dynamic
library rather than a static one.

`--enable-pic` is a new option. Usually it will be enabled
automatically, but in the case of build-exe with no dynamic libraries
on Linux or freestanding, Zig chooses off by default.

closes #1703
closes #1828
2019-03-13 19:50:41 -04:00
..
2018-06-27 16:20:04 +02:00
2018-06-27 16:20:04 +02:00
2019-02-25 16:36:18 -05:00
2018-07-07 00:25:32 -04:00
2018-09-05 23:23:11 -04:00
2016-09-19 11:54:01 -04:00
2016-12-01 21:08:12 -05:00
2019-03-13 19:50:41 -04:00
2019-02-15 19:19:28 -05:00
2017-04-10 20:02:39 -04:00
2019-03-11 10:35:04 -04:00
2018-11-27 20:56:43 -05:00
2018-10-27 11:35:01 -04:00