From a3414ce33120654aad8cdaba2fdaedb144b1ab5b Mon Sep 17 00:00:00 2001 From: localhorst Date: Wed, 24 Apr 2024 22:11:22 +0200 Subject: [PATCH] update build settings --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index b8e3e3b..8d1f7fd 100644 --- a/makefile +++ b/makefile @@ -10,9 +10,9 @@ SRC_PATH = src # Space-separated pkg-config libraries used by this project LIBS = lib # General compiler flags -COMPILE_FLAGS = -std=c++17 -Wall -Wextra -g +COMPILE_FLAGS = -std=c++23 -Wall -Wextra -g # Additional release-specific flags -RCOMPILE_FLAGS = -D NDEBUG -O3 +RCOMPILE_FLAGS = -D NDEBUG -Ofast # Additional debug-specific flags DCOMPILE_FLAGS = -D DEBUG # Add additional include paths