svg-flatten: Bump to -O2
This commit is contained in:
parent
3d2aefe4d9
commit
ada252ad6d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ SOURCES += $(PUGIXML_SOURCES)
|
|||
INCLUDES := -Iinclude -Isrc $(DEP_INCLUDES)
|
||||
|
||||
PKG_CONFIG_DEPS := cairo
|
||||
CXXFLAGS := -std=c++2a -g -Wall -Wextra -O0
|
||||
CXXFLAGS := -std=c++2a -g -Wall -Wextra -O2
|
||||
CXXFLAGS += $(shell $(PKG_CONFIG) --cflags $(PKG_CONFIG_DEPS))
|
||||
# hack for stone age opencv in debian stable
|
||||
CXXFLAGS += $(shell $(PKG_CONFIG) --cflags opencv4 2> /dev/null || $(PKG_CONFIG) --cflags opencv 2>/dev/null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue