Suppression de -fanalyzer car est trop buggé sur g++11 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94355)
This commit is contained in:
parent
86ef204701
commit
de1506033f
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -1,6 +1,5 @@
|
||||||
CCPP = g++
|
CCPP = g++
|
||||||
CFLAGS = -I. -Wall -Wextra -fanalyzer -O3 --std=c++17
|
CFLAGS = -I. -Wall -Wextra -O3 --std=c++17
|
||||||
CFLAGS2 = #-Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter
|
|
||||||
|
|
||||||
SOURCES = $(shell find . -name '*.cpp')
|
SOURCES = $(shell find . -name '*.cpp')
|
||||||
OBJECTS = $(SOURCES:.cpp=.o)
|
OBJECTS = $(SOURCES:.cpp=.o)
|
||||||
|
|
Reference in a new issue