mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta+Documentation+Ports: Move from C++20 to C++23
Now that oss-fuzz is on a clang commit > the 17.x release candidates, we can start looking at some shiny new features to enable.
This commit is contained in:
committed by
Andrew Kaster
parent
5bb37caf9e
commit
77e890b15e
@@ -3,7 +3,7 @@
|
||||
echo > $2/Makefile <<-EOF
|
||||
PROGRAM = $1
|
||||
OBJS = main.o
|
||||
CXXFLAGS = -g -std=c++2a
|
||||
CXXFLAGS = -g -std=c++23
|
||||
|
||||
all: \$(PROGRAM)
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ sed -i "s/\\\$LibName/$3/g" $2/Class1.cpp
|
||||
echo > $2/Makefile <<-EOF
|
||||
LIBRARY = $1.so
|
||||
OBJS = Class1.o
|
||||
CXXFLAGS = -g -std=c++2a
|
||||
CXXFLAGS = -g -std=c++23
|
||||
|
||||
all: \$(LIBRARY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user