Skip to content

Commit 1852a12

Browse files
committed
OSX has deprecated some stuff; ignore this.
1 parent f963daa commit 1852a12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ else
3232
endif
3333

3434
export CC = gcc
35-
export CXX = g++ -std=c++20
35+
export CXX = g++ -std=c++20 \
36+
-Wno-deprecated-declarations
3637
export CFLAGS
3738
export CXXFLAGS
3839
export LDFLAGS

0 commit comments

Comments
 (0)