diff options
| author | Tadeo Kondrak <me@tadeo.ca> | 2020-10-03 15:26:07 -0600 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-10-03 21:29:29 -0400 |
| commit | 26546af1b892925e1cfeb06564c7296e85abc840 (patch) | |
| tree | c2a116f146f63f44c67bab8f684731b08eec41fe /src/Compilation.zig | |
| parent | d1e779cea82665a05a9e6e3427e8ea117f7a9eaf (diff) | |
| download | zig-26546af1b892925e1cfeb06564c7296e85abc840.tar.gz zig-26546af1b892925e1cfeb06564c7296e85abc840.zip | |
Revert "Include dbg.h to third-party libs"
This reverts commit c8b4cc2ff9cf15a42f95b2302e02431a0004f5c8.
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
Diffstat (limited to 'src/Compilation.zig')
0 files changed, 0 insertions, 0 deletions
