Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
1deb060b
Commit
1deb060b
authored
15 years ago
by
Jehan Monnier
Committed by
jehan
15 years ago
Browse files
Options
Download
Patches
Plain Diff
fix configure.in
parent
4b84aa95
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
linphone/configure.in
+1
-1
linphone/configure.in
with
1 addition
and
1 deletion
linphone/configure.in
+
1
−
1
View file @
1deb060b
...
...
@@ -353,7 +353,7 @@ AC_ARG_ENABLE(strict,
)
if test "$GCC$strictness" = "yesyes" ; then
STRICT_OPTIONS="-Wall
-Wp,-D_FORTIFY_SOURCE=2
"
STRICT_OPTIONS="-Wall "
STRICT_OPTIONS="$STRICT_OPTIONS -Werror"
CFLAGS="$CFLAGS -fno-strict-aliasing"
fi
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets