mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-06-05 06:10:16 +00:00
add note about not checking all the things in configure
This commit is contained in:
parent
6458157cda
commit
f171063cb0
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ AC_CONFIG_SRCDIR([main.c])
|
||||||
oldcflags="$CFLAGS"
|
oldcflags="$CFLAGS"
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
||||||
|
# NOTE: this script intentionally doesn't check for small details like posix functions and hard dependencies (libsodium) so you may get errors at compilation
|
||||||
|
|
||||||
if test "x$oldcflags" != "x$CFLAGS"
|
if test "x$oldcflags" != "x$CFLAGS"
|
||||||
then
|
then
|
||||||
oldcflags="-O3"
|
oldcflags="-O3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue