detail
This commit is contained in:
parent
68a92f95bc
commit
31ed6b75b8
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# 编译器和编译选项
|
||||
CXX = g++
|
||||
CXXFLAGS = -Wall -Wextra -std=c++17 -O2
|
||||
CXXFLAGS = -Wall -Wextra -std=c++17 -O2 -Wno-unused-parameter
|
||||
|
||||
# 文件和目标
|
||||
LIB_SRC = filecomplete.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user