adding compiler tests to regression suite

This commit is contained in:
Blaise Tine
2021-03-09 05:01:56 -08:00
parent ad11bdfc87
commit 3a266fc792
5 changed files with 24 additions and 7 deletions

View File

@@ -3,8 +3,8 @@ PROJECT = libvortex.so
SIMX_DIR = ../../simX
#CXXFLAGS += -std=c++11 -O2 -Wall -Wextra -Wfatal-errors
CXXFLAGS += -std=c++11 -g -O0 -Wall -Wextra -Wfatal-errors
CXXFLAGS += -std=c++11 -O2 -Wall -Wextra -Wfatal-errors
#CXXFLAGS += -std=c++11 -g -O0 -Wall -Wextra -Wfatal-errors
CXXFLAGS += -fPIC -Wno-aligned-new -Wno-maybe-uninitialized
CXXFLAGS += -I../include -I../../hw -I$(SIMX_DIR)