Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
83a60ec4
Commit
83a60ec4
authored
Jul 04, 2016
by
Peter W. Draper
Browse files
Add missing test to compiler check
parent
4a03c00a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
83a60ec4
...
...
@@ -320,7 +320,7 @@ if test "x$with_tcmalloc" != "xno"; then
TCMALLOC_LIBS="$tclibs"
# These are recommended for GCC.
if "$ax_cv_c_compiler_vendor" = "gnu"; then
if
test
"$ax_cv_c_compiler_vendor" = "gnu"; then
CFLAGS="$CFLAGS -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free"
fi
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment