|
@@ -18,7 +18,7 @@ FLAGS += -O3 -funsafe-math-optimizations -fno-omit-frame-pointer |
|
|
# Warnings |
|
|
# Warnings |
|
|
FLAGS += -Wall -Wextra -Wno-unused-parameter |
|
|
FLAGS += -Wall -Wextra -Wno-unused-parameter |
|
|
# C++ standard |
|
|
# C++ standard |
|
|
CXXFLAGS += -std=c++11 |
|
|
|
|
|
|
|
|
CXXFLAGS += -std=c++17 |
|
|
|
|
|
|
|
|
# Define compiler/linker target if cross-compiling |
|
|
# Define compiler/linker target if cross-compiling |
|
|
ifdef CROSS_COMPILE |
|
|
ifdef CROSS_COMPILE |
|
|