From d237a2739c91eb97a7be57989de0a18051f98963 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 2 Aug 2015 02:21:46 +0100 Subject: Build with --strict-warnings on FreeBSD. Reviewed-by: Rich Salz --- Configurations/10-main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configurations') diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index b5d32b6850..15af87ea1a 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -830,7 +830,7 @@ # expands it as -lc_r, which has to be accompanied by explicit # -D_THREAD_SAFE and sometimes -D_REENTRANT. FreeBSD 5.x # expands it as -lc_r, which seems to be sufficient? - cc => "gcc", + cc => "cc", cflags => "-Wall", debug_cflags => "-O0 -g", release_cflags => "-O3", -- cgit v1.2.3