diff options
author | MITSUNARI Shigeo <[email protected]> | 2014-03-16 21:50:30 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2014-03-16 21:50:30 +0900 |
commit | a77ee9ac61db7f1e2e779d2d7482dfa06581a975 (patch) | |
tree | 28867aeb65cde5139fd704498a5d7643fd903c9b /test/Makefile | |
parent | 8c3225865c16038034f49e95b20c5b746255c3ad (diff) | |
download | xbyak-a77ee9ac61db7f1e2e779d2d7482dfa06581a975.tar.gz xbyak-a77ee9ac61db7f1e2e779d2d7482dfa06581a975.zip |
use cybozu/test.hpp for test of jmp
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 52aba98..02b39f7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ all: $(TARGET) CFLAGS_WARN=-Wall -Wextra -Wformat=2 -Wcast-qual -Wcast-align -Wwrite-strings -Wfloat-equal -Wpointer-arith -CFLAGS=-O2 -fomit-frame-pointer -Wall -fno-operator-names -I../ $(CFLAGS_WARN) #-std=c++0x +CFLAGS=-O2 -fomit-frame-pointer -Wall -fno-operator-names -I../ -I./ $(CFLAGS_WARN) #-std=c++0x make_nm: $(CXX) $(CFLAGS) make_nm.cpp -o $@ normalize_prefix: normalize_prefix.cpp ../xbyak/xbyak.h |