From 328e2464c81b0dfce623d4fbe9617ef79d6ed3c1 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 7 Oct 2025 18:45:28 +1300 Subject: feat: Added cpp namespace All functions and classes are now behind the cpp namespace `TehImage` --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ae7e0db..4f3b83b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,8 +9,8 @@ INSTALL_DIR = $(out) # Flags CXX := g++ -CXXFLAGS := -std=c++23 -fsanitize=address -g -LINKFLAGS := -static-libasan +CXXFLAGS := -std=c++23 # -fsanitize=address -g +LINKFLAGS := #-static-libasan TEST_CXXFLAGS := -std=c++23 -I$(INCLUDE_DIR) -fsanitize=address -g TEST_LINKFLAGS := -L$(LIB_DIR) -ltehimage -static-libasan -- cgit v1.2.3