author | Logan Rosen
<logan@ubuntu.com> 2015-08-17 00:21:43 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2016-11-17 12:48:54 UTC |
parent | 444eab653f6056256a081c9f48426638d7977c4b |
tests/Makefile | +2 | -2 |
diff --git a/tests/Makefile b/tests/Makefile index ad754ac..c4a63ed 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -64,8 +64,8 @@ test-%: test-%.c build-flags # direct jumps, which leaves caller information out of the stack frame and # makes functions not appear in the backtrace. We disable it. test-enable_stac%: test-enable_stac%.c build-flags - $(NICE_CC) $(ALL_CFLAGS) -lfiu -lpthread \ - -rdynamic -fno-optimize-sibling-calls $< -o $@ + $(NICE_CC) $(ALL_CFLAGS) \ + -rdynamic -fno-optimize-sibling-calls $< -lfiu -lpthread -o $@ c-run-%: % $(NICE_RUN) ./$<