We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9e51a commit 29b8998Copy full SHA for 29b8998
1 file changed
src/Makefile
@@ -41,13 +41,13 @@ endif
41
42
# disable LTO if DEBUG > 0
43
ifeq ($(shell [ $(DEBUG) -gt 0 ] && echo true),true)
44
-ENABLE_LTO := 0
+override ENABLE_LTO := 0
45
endif
46
47
# disable LTO if MACOS_UNIVERSAL_BINARY == 1
48
ifeq ($(UNAME),Darwin)
49
ifeq ($(MACOS_UNIVERSAL_BINARY),1)
50
51
52
53
@@ -61,7 +61,7 @@ endif
61
ifeq ($(BUILD_MODE),native)
62
ifeq ($(CC),clang)
63
ifneq (,$(filter MSYS2 NetBSD DragonFly,$(UNAME)))
64
65
66
67
@@ -238,7 +238,7 @@ endif
238
# disable LTO if MSYS2 and CC is clang
239
ifeq ($(UNAME),MSYS2)
240
ifeq ($(CC_NATIVE_CLANG),1)
241
242
243
244
0 commit comments