mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:08:13 +00:00
Base: Tweak CXXFLAGS for the "little" test projects
Let's build with -std=c++2a since we're C++20 nowadays. :^)
This commit is contained in:
parent
575c483310
commit
eed78ffa5a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
PROGRAM = little
|
||||
OBJS = main.o other.o
|
||||
CXXFLAGS = -g
|
||||
CXXFLAGS = -g -Os -std=c++2a
|
||||
|
||||
all: $(PROGRAM)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue