From 42039d1a5f2d53f64828a378bc5ce59b816ef8de Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 24 Dec 2015 09:53:39 -0800 Subject: Add a support static library For now I've only moved the color check (and made it check the environment only once, note function local static initialization is thread-safe in C++11). This will make the builds slightly faster and allow us to move platform-specific code out of header files (reducing the amount of #include gunk). I'll eventually move other parts of the code to support, especially the command-line parsing (once it's reusable). --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cdbfefec7..8c58c38ee 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ bin/asm2wasm bin/wasm2asm bin/s2wasm bin/wasm.js +*.a *~ *.diff a.* -- cgit v1.2.3