This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-portable
mirror of
https://github.com/Fincer/openntpd-portable
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
disable strict aliasing
OPENBSD_5_8
Brent Cook
9 years ago
parent
9d7e230cc7
commit
ee9bac45b9
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
configure.ac
+ 2
- 0
configure.ac
View File
@ -31,6 +31,8 @@ AM_PROG_CC_C_O
AC_PROG_LIBTOOL
AC_PROG_YACC
CFLAGS="$CFLAGS -Wall -std=gnu99 -fno-strict-aliasing"
case $host_os in
*darwin*)
HOST_OS=darwin
Write
Preview
Loading…
Cancel
Save