Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoka authored Jul 27, 2024
1 parent 2db8795 commit bc6b153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CC := /usr/lib/llvm-18/bin/clang
CXX := /usr/lib/llvm-18/bin/clang++
CXXFLAGS = -pthread -I/usr/local/include
LDFLAGS = -L/usr/local/lib
CXXFLAGS += -std=c++23
CXXFLAGS += -std=c++23 -Wno-reserved-module-identifier
endif

ifeq ($(OS),Darwin)
Expand All @@ -28,7 +28,7 @@ CXXFLAGS += -std=c++2b
endif

CXXFLAGS += -stdlib=libc++ -Wall -Wextra
CXXFLAGS += -Wno-reserved-module-identifier -Wno-deprecated-declarations
CXXFLAGS += -Wno-deprecated-declarations
CXXFLAGS += -I$(sourcedir)
LDFLAGS += -fuse-ld=lld

Expand Down

0 comments on commit bc6b153

Please sign in to comment.