Skip to content

Commit 064107d

Browse files
committed
Experimentally remove the C++ compiler overrides.
1 parent e1ebead commit 064107d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,13 @@ ifeq ($(BUILDTYPE),windows)
4141

4242
AB_SANDBOX = no
4343
else
44-
CC = clang
45-
CXX = clang++
4644
CFLAGS += \
4745
$(OPTFLAGS) \
4846
-I/opt/homebrew/include -I/usr/local/include \
4947
-Wno-unknown-warning-option
5048
CXXFLAGS += \
5149
$(OPTFLAGS) \
5250
-std=c++23 \
53-
-fexperimental-library \
5451
-I/opt/homebrew/include -I/usr/local/include \
5552
-Wformat \
5653
-Wformat-security \

0 commit comments

Comments
 (0)