fixed compiler warnings

This commit is contained in:
Blaise Tine
2021-05-23 10:54:06 -07:00
parent d80e1b28a3
commit b3e54e66f8
5 changed files with 10 additions and 26 deletions

View File

@@ -1,12 +1,10 @@
#CXXFLAGS += -std=c++11 -O2 -Wall -Wextra -Wfatal-errors
CXXFLAGS += -std=c++11 -g -O0 -Wall -Wextra -Wfatal-errors
CXXFLAGS += -Wno-aligned-new -Wno-maybe-uninitialized
CXXFLAGS += -Wno-maybe-uninitialized
CXXFLAGS += -I. -I../hw
CXXFLAGS += -DDUMP_PERF_STATS
LDFLAGS +=
TOP = vx_cache_sim
RTL_DIR = ../hw/rtl