diff options
| author | 项小羽 <[email protected]> | 2022-07-11 05:19:30 +0000 |
|---|---|---|
| committer | 项小羽 <[email protected]> | 2022-07-11 05:19:30 +0000 |
| commit | 4ca20702c9e9438bdc3736ff3db94aa28ed88297 (patch) | |
| tree | 9ebe4bdcc3d833b36c4d36c98521d4d4c12f2ca4 /tools/testing/selftests/uintr/Makefile | |
| parent | 6015080e9ea64f9304f17f610d736cb1ed52924f (diff) | |
turn off debug, modify makefile for test, ready for iouringtsing-kernel
Diffstat (limited to 'tools/testing/selftests/uintr/Makefile')
| -rw-r--r-- | tools/testing/selftests/uintr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/uintr/Makefile b/tools/testing/selftests/uintr/Makefile index f8bcb1476f1c..490f2612f417 100644 --- a/tools/testing/selftests/uintr/Makefile +++ b/tools/testing/selftests/uintr/Makefile @@ -3,7 +3,7 @@ CAN_BUILD_UINTR := $(shell ./../x86/check_cc.sh $(CC) ../x86/trivial_64bit_program.c -muintr) ifeq ($(CAN_BUILD_UINTR),1) -CFLAGS += -g -muintr -mgeneral-regs-only +CFLAGS += -g -muintr -mgeneral-regs-only -static LDLIBS += -lpthread TEST_GEN_PROGS = ipc_base \ |
