Vec<T> works!!!!!!!!!!
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,12 +1,12 @@
|
||||
LIB=libc+
|
||||
|
||||
COM_FLAGS = -fPIC -Isrc/include
|
||||
CC_FLAGS = -std=c23
|
||||
CXX_FLAGS = -std=c++23 -nostdinc++
|
||||
LD_FLAGS = -nostdlib++ -lsupc++
|
||||
CC_FLAGS = -std=c23 -ggdb
|
||||
CXX_FLAGS = -std=c++23 -nostdinc++ -ggdb
|
||||
LD_FLAGS = -nostdlib++ -lsupc++ -ggdb
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
LD=g++
|
||||
LD=gcc
|
||||
AR=ar
|
||||
|
||||
cxx_sources=$(wildcard src/*.cpp)
|
||||
|
||||
Reference in New Issue
Block a user