Skip to content

Commit ec7445a

Browse files
committed
Add g++ flags -Wall -g
1 parent a62c022 commit ec7445a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CXX=g++
2+
CXXFLAGS=-Wall -g
23
LDFLAGS=-pthread
34
SRC=$(wildcard *.cpp)
45
OBJ=$(SRC:.cpp=.o)

0 commit comments

Comments
 (0)