Tue, 18 Feb 2025 18:56:51 +0100
add support for different compilers
make/cc.mk | file | annotate | diff | comparison | revisions | |
make/clang.mk | file | annotate | diff | comparison | revisions | |
make/gcc.mk | file | annotate | diff | comparison | revisions |
--- a/make/cc.mk Tue Feb 18 18:43:01 2025 +0100 +++ b/make/cc.mk Tue Feb 18 18:56:51 2025 +0100 @@ -1,5 +1,5 @@ -CXXFLAGS = -fno-exceptions -fno-rtti -DEBUG_CXX_FLAGS = -g -RELEASE_CXX_FLAGS = -O3 -DNDEBUG +CXXFLAGS = +DEBUG_CXX_FLAGS = +RELEASE_CXX_FLAGS = LDFLAGS =