Statetrace: Allow the user to override CXX.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#
|
||||
# Authors: Gabe Black
|
||||
|
||||
CXX := g++
|
||||
CXX ?= g++
|
||||
INCLUDES := -I ./ -I ./arch
|
||||
CXXFLAGS := -O3 -ggdb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user