mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 21:55:29 +02:00
Get universal builds working again
Now we use lipo and build individually so we can pass the correct compiler flags per arch
This commit is contained in:
@@ -12,11 +12,12 @@
|
||||
#include "charsets.h"
|
||||
|
||||
// Boilerplate {{{
|
||||
#ifdef __clang__
|
||||
_Pragma("clang diagnostic push") _Pragma("clang diagnostic ignored \"-Wbitwise-instead-of-logical\"")
|
||||
#if defined(__clang__) && __clang_major__ > 12
|
||||
_Pragma("clang diagnostic push")
|
||||
_Pragma("clang diagnostic ignored \"-Wbitwise-instead-of-logical\"")
|
||||
#endif
|
||||
#include <simde/x86/avx2.h>
|
||||
#ifdef __clang__
|
||||
#if defined(__clang__) && __clang_major__ > 12
|
||||
_Pragma("clang diagnostic pop")
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user