mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Make LLVM_WEAK_MONOMORPHIZATION opt-in again
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef LLVM_WEAK_MONOMORPHIZATION
|
#ifndef LLVM_WEAK_MONOMORPHIZATION
|
||||||
#define LLVM_WEAK_MONOMORPHIZATION (USE_SEPARATE_MODULES && 1)
|
#define LLVM_WEAK_MONOMORPHIZATION (USE_SEPARATE_MODULES && build_context.internal_weak_monomorphization)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user