Statetrace: Allow the user to override CXX.
This commit is contained in:
parent
43eda1f285
commit
db090ea139
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#
|
||||
# Authors: Gabe Black
|
||||
|
||||
CXX := g++
|
||||
CXX ?= g++
|
||||
INCLUDES := -I ./ -I ./arch
|
||||
CXXFLAGS := -O3 -ggdb
|
||||
|
||||
|
|
Loading…
Reference in a new issue