BUUUUUNCH of shit, but added logger, more stl nonsense, improved code quaklity, squashed bugs.
This commit is contained in:
10
Makefile
10
Makefile
@@ -2,11 +2,11 @@ LIB=libc+
|
||||
|
||||
COM_FLAGS = -fPIC -Isrc/include
|
||||
CC_FLAGS = -std=c23 -ggdb
|
||||
CXX_FLAGS = -std=c++23 -nostdinc++ -ggdb
|
||||
LD_FLAGS = -nostdlib++ -lsupc++ -ggdb
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
LD=gcc
|
||||
CXX_FLAGS = -std=c++23 -nostdinc++ -ggdb -fexceptions
|
||||
LD_FLAGS = -nostdlib++ -lsupc++ -ggdb -fexceptions
|
||||
CC=clang
|
||||
CXX=clang
|
||||
LD=clang
|
||||
AR=ar
|
||||
|
||||
cxx_sources=$(wildcard src/*.cpp)
|
||||
|
||||
Reference in New Issue
Block a user