Ajout de l'optimisation O3
This commit is contained in:
parent
e406d25eaa
commit
0cb7751066
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
CCPP = g++
|
CCPP = g++
|
||||||
CFLAGS = -I. -Wall -Wextra -fanalyzer --std=c++17
|
CFLAGS = -I. -Wall -Wextra -fanalyzer -O3 --std=c++17
|
||||||
CFLAGS2 = -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter
|
CFLAGS2 = -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-parameter
|
||||||
|
|
||||||
SOURCES = $(shell find . -name '*.cpp')
|
SOURCES = $(shell find . -name '*.cpp')
|
||||||
|
|
Reference in a new issue