mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +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
Notes:
sideshowbarker
2024-07-19 01:32:58 +09:00
Author: https://github.com/awesomekling
Commit: eed78ffa5a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
PROGRAM = little
|
PROGRAM = little
|
||||||
OBJS = main.o other.o
|
OBJS = main.o other.o
|
||||||
CXXFLAGS = -g
|
CXXFLAGS = -g -Os -std=c++2a
|
||||||
|
|
||||||
all: $(PROGRAM)
|
all: $(PROGRAM)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue