summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2022-01-19 08:54:37 +0200
committerGitHub <noreply@github.com>2022-01-19 08:54:37 +0200
commit37082fcbc150619b54b2a64c3621afc617607adc (patch)
treec0a5559cd3c5f1abcda0c099de993273bcebaff5 /tests
parentcc119e9e878959f155d38630c6d8e504d213383e (diff)
Compute platform-specific list of static_threads at runtime. (#11955)
Compute array of static threads at runtime.
Diffstat (limited to 'tests')
-rw-r--r--tests/profile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/profile/Makefile b/tests/profile/Makefile
index 9348a48863..b3510e6e3c 100644
--- a/tests/profile/Makefile
+++ b/tests/profile/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
-COMMON_CFLAGS = -I ../../ -DTARGET_OS=1 -Wall -Wextra
+COMMON_CFLAGS = -I ../../ -Wall -Wextra
PROFILE_CFLAGS = -O1 -ggdb $(COMMON_CFLAGS)
PERFORMANCE_CFLAGS = -O2 $(COMMON_CFLAGS)