We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426ef6e commit 7e0e179Copy full SHA for 7e0e179
Makefile
@@ -199,10 +199,10 @@ ifeq ($(CC_IS_CLANG), 1)
199
TTFS_CXXFLAGS += -Wno-missing-prototypes
200
201
ifneq '' '$(and $(CC_IS_LLVM_CLANG),$(filter 1,$(shell expr $(CC_VER) \>= 030800)))'
202
- MK_CFLAGS += -Wdouble-promotion
+ MK_CFLAGS += -Wdouble-promotion
203
endif
204
ifneq '' '$(and $(CC_IS_APPLE_CLANG),$(filter 1,$(shell expr $(CC_VER) \>= 070300)))'
205
206
207
else
208
# gcc options
0 commit comments