Statetrace: Allow the user to override CXX.

This commit is contained in:
Gabe Black 2011-03-02 22:53:11 -08:00
parent 43eda1f285
commit db090ea139

View file

@ -26,7 +26,7 @@
#
# Authors: Gabe Black
CXX := g++
CXX ?= g++
INCLUDES := -I ./ -I ./arch
CXXFLAGS := -O3 -ggdb