diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-07-19 22:41:11 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-07-19 22:41:11 +0200 |
commit | 14df89ffb00264b014bca355b2f34941fe4f0d03 (patch) | |
tree | 07064045b6685f2319b32f5ecdd81854dea3f488 /example/Makefile.in | |
parent | 32275543c421eae55fd98a5a98e00059a0407953 (diff) |
Added benchmarking support via Google's libbenchmark.add/google-benchmark
* disabled confusing GMake builtin rules which are not used anyway
* updated .gitignore
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'example/Makefile.in')
-rw-r--r-- | example/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/Makefile.in b/example/Makefile.in index ec44acbe3..2197393e5 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -1,3 +1,4 @@ +MAKEFLAGS += --no-builtin-rules CC=@CC@ CXX=@CXX@ BUILD_MINGW=@BUILD_MINGW@ |