Skip to content

Commit 9cecdcb

Browse files
author
Raghuveer Devulapalli
committed
Use warn level 2 in meson
1 parent 4e71cb4 commit 9cecdcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ BENCHOBJS := $(patsubst %.cpp, %.o, $(filter-out $(addprefix $(BENCHDIR)/, $(BEN
4646
TESTOBJS := $(patsubst %.cpp, %.o, $(filter-out $(addprefix $(TESTDIR)/, $(TESTS_SKIP)), $(TESTS)))
4747
UTILOBJS := $(UTILS:.cpp=.o)
4848

49-
# Stops make from wondering if it needs to generate the .hpp files (.cpp and .h have equivalent rules by default)
49+
# Stops make from wondering if it needs to generate the .hpp files (.cpp and .h have equivalent rules by default)
5050
%.hpp:
5151

5252
.PHONY: all
@@ -75,7 +75,7 @@ benchexe: $(BENCHOBJS) $(UTILOBJS)
7575

7676
.PHONY: meson
7777
meson:
78-
meson setup --warnlevel 0 --buildtype plain builddir
78+
meson setup --warnlevel 2 --buildtype plain builddir
7979
cd builddir && ninja
8080

8181
.PHONY: clean

0 commit comments

Comments
 (0)