From 410b9b764c4a6c81a3573cf7ca23330d43931829 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 28 Feb 2021 17:00:49 -0500 Subject: speed up debug build time --- main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 6a03b82..5dc3d51 100644 --- a/main.c +++ b/main.c @@ -15,6 +15,9 @@ no_warn_start #if _WIN32 #include #else +#if DEBUG || __TINYC__ // speed up compile time on debug, also tcc doesn't have immintrin.h +#define SDL_DISABLE_IMMINTRIN_H +#endif #include #endif no_warn_end -- cgit v1.2.3