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 86483f7 commit f9e6e12
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ CXXFLAGS = -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
CXXFLAGS += -std=c++2b
endif

CXXFLAGS += -stdlib=libc++ -Wall -Wextra

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

Expand Down

0 comments on commit f9e6e12

Please sign in to comment.