Andrew Kelley 30dfdfdbd0 fix a round of regressions in this branch
* Don't try to generate C header files yet since it will only cause a
   crash saying the feature is unimplemented.
 * Rename the CLI options for release modes to use the `-O` prefix to
   match C compiler precedent. Options are now `-ODebug`,
   `-OReleaseFast`, `-OReleaseSafe`, `-OReleaseSmall`. The optimization
   mode matches the enum tags of std.builtin.Mode. It is planned to, at
   some point, rename std.builtin.Mode to std.builtin.OptimizationMode
   and modify the tags to be lower case to match the style convention.
   - Update build.zig code to support this new CLI.
 * update std.zig.binNameAlloc to support an optional Version and update
   the implementation to correctly deal with dynamic library version
   suffixes.
2020-09-24 23:50:15 -07:00
..
2020-09-11 20:02:41 -04:00
2020-09-17 17:22:26 -04:00
2020-09-08 13:04:14 -04:00
2020-09-07 20:44:01 +03:00
2020-09-07 06:23:24 -06:00
2020-09-04 05:15:03 +03:00
2020-09-11 20:02:41 -04:00
2020-09-13 23:31:59 +03:00
2020-09-17 17:22:26 -04:00
2020-09-17 18:49:06 -04:00
2020-09-04 22:49:14 +03:00
2020-08-20 16:07:04 -04:00
2020-09-14 11:05:51 -07:00