Skip to content

Commit e8b067d

Browse files
author
Daniel Kroening
committed
FreeBSD: default flavor is now CLANG
1 parent 619d6cf commit e8b067d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ bool configt::set(const cmdlinet &cmdline)
905905
{
906906
ansi_c.lib=configt::ansi_ct::libt::LIB_FULL;
907907
ansi_c.os=configt::ansi_ct::ost::OS_LINUX;
908-
ansi_c.mode=ansi_ct::flavourt::GCC;
908+
ansi_c.mode=ansi_ct::flavourt::CLANG;
909909
ansi_c.preprocessor=ansi_ct::preprocessort::CLANG;
910910
}
911911
else

0 commit comments

Comments
 (0)