We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ebead commit 064107dCopy full SHA for 064107d
Makefile
@@ -41,16 +41,13 @@ ifeq ($(BUILDTYPE),windows)
41
42
AB_SANDBOX = no
43
else
44
- CC = clang
45
- CXX = clang++
46
CFLAGS += \
47
$(OPTFLAGS) \
48
-I/opt/homebrew/include -I/usr/local/include \
49
-Wno-unknown-warning-option
50
CXXFLAGS += \
51
52
-std=c++23 \
53
- -fexperimental-library \
54
55
-Wformat \
56
-Wformat-security \
0 commit comments