zig/deps
Tadeo Kondrak 26546af1b8 Revert "Include dbg.h to third-party libs"
This reverts commit c8b4cc2ff9.

This includes many C++ standard library headers:

  #include <algorithm>
  #include <chrono>
  #include <ctime>
  #include <iomanip>
  #include <ios>
  #include <iostream>
  #include <memory>
  #include <sstream>
  #include <string>
  #include <tuple>
  #include <type_traits>
  #include <vector>

which adds more than a second of compile time for each file that
includes the header:

  ir.cpp before: 8.041s
  ir.cpp after: 6.847s
2020-10-03 21:29:29 -04:00
..
SoftFloat-3e deps/SoftFloat-3e/: commit with LF line endings 2020-05-31 12:18:31 -04:00
SoftFloat-3e-prebuilt update to SoftFloat-3e 2018-03-09 15:06:06 -05:00