summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-12-27 20:35:35 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-12-27 20:35:35 +0200
commit6a38e76519c1f8aecffcdf867b83d038728a6d39 (patch)
treeb1dd954915b105575375b16b7f50587a61d5713b /makeself
parent2bf3dac5cf2f290502451ccea1a8d02c6f35c04d (diff)
remove obsolete compilation flag
Diffstat (limited to 'makeself')
-rwxr-xr-xmakeself/jobs/70-netdata-git.install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeself/jobs/70-netdata-git.install.sh b/makeself/jobs/70-netdata-git.install.sh
index 5369205c8b..fea3a88bd6 100755
--- a/makeself/jobs/70-netdata-git.install.sh
+++ b/makeself/jobs/70-netdata-git.install.sh
@@ -6,7 +6,7 @@ cd "${NETDATA_SOURCE_PATH}" || exit 1
if [ ${NETDATA_BUILD_WITH_DEBUG} -eq 0 ]
then
- export CFLAGS="-static -O3 -DNETDATA_WAIT_BEFORE_EXIT=2"
+ export CFLAGS="-static -O3"
else
export CFLAGS="-static -O1 -ggdb -Wall -Wextra -Wformat-signedness -fstack-protector-all -D_FORTIFY_SOURCE=2 -DNETDATA_INTERNAL_CHECKS=1"
# export CFLAGS="-static -O1 -ggdb -Wall -Wextra -Wformat-signedness"