# Native tests
# CLITestInteropBreakpoint
-g++ -g -fPIC -c "../test-suite/CLITestInteropBreakpoint/program.c" -o ./test_breakpoint.o
+g++ -g -gdwarf-4 -fPIC -c "../test-suite/CLITestInteropBreakpoint/program.c" -o ./test_breakpoint.o
g++ -g -fPIC -shared -o libtest_breakpoint.so test_breakpoint.o
%install
pushd $(pwd)
mkdir "$TEST_NAME/build"
cd "$TEST_NAME/build"
- clang++ -g -fPIC -c "../program.c" -o ./test_breakpoint.o
+ clang++ -g -gdwarf-4 -fPIC -c "../program.c" -o ./test_breakpoint.o
clang++ -g -fPIC -shared -o "../bin/Debug/netcoreapp3.1/libtest_breakpoint.so" test_breakpoint.o
# Note, we don't remove build directory for test possible issues with interop test execution/build.
popd