Enable the kernel build option TCP_HPTS_KTEST on debug builds and disable it on non-debug builds.
The FreeBSD CI runs the HPTS tests on debug builds and running these tests requires the kernel build option TCP_HPTS_KTEST to be enabled. Without this, running the test results in a panic.
See also PR 290234.