constant integration updates

This commit is contained in:
Blaise Tine
2020-11-15 08:44:57 -08:00
parent 5d58bf3d11
commit e946d976e7
17 changed files with 77 additions and 39 deletions

View File

@@ -16,7 +16,8 @@ VX_LDFLAGS += -lm
VX_SRCS = kernel.c
CXXFLAGS += -std=c++11 -O0 -g -Wall -Wextra -pedantic -Wfatal-errors
CXXFLAGS += -std=c++11 -O2 -Wall -Wextra -pedantic -Wfatal-errors
#CXXFLAGS += -std=c++11 -O0 -g -Wall -Wextra -pedantic -Wfatal-errors
CXXFLAGS += -I../../include -I../../../hw