|
|
|
@ -93,7 +93,7 @@ DEBUGFLAGS=-g
@@ -93,7 +93,7 @@ DEBUGFLAGS=-g
|
|
|
|
|
|
|
|
|
|
# CXXFLAGS can be specified on the make command line, so we use xCXXFLAGS that only |
|
|
|
|
# adds some defaults in front. Unfortunately, CXXFLAGS=... $(CXXFLAGS) does not work. |
|
|
|
|
xCXXFLAGS=-O2 -pthread -Wall -Wextra -Wno-format -Wno-format-security -Wno-unused-parameter \ |
|
|
|
|
xCXXFLAGS=-O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \ |
|
|
|
|
$(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS) |
|
|
|
|
|
|
|
|
|
# LDFLAGS can be specified on the make command line, so we use xLDFLAGS that only |
|
|
|
|