minor update

This commit is contained in:
Blaise Tine 2024-07-21 11:20:17 -07:00
parent 7057103deb
commit 0bc459d84e

View file

@ -3,7 +3,7 @@ DESTDIR ?= .
CONFIGS +=
PARAMS +=
CXXFLAGS += -std=c++11 -Wall -Wextra -Wfatal-errors -Wno-array-bounds
CXXFLAGS += -std=c++17 -Wall -Wextra -Wfatal-errors -Wno-array-bounds
CXXFLAGS += -fPIC -Wno-maybe-uninitialized
CXXFLAGS += $(CONFIGS)