mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
add note about not checking all the things in configure
This commit is contained in:
@@ -5,6 +5,8 @@ AC_CONFIG_SRCDIR([main.c])
|
||||
oldcflags="$CFLAGS"
|
||||
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"
|
||||
then
|
||||
oldcflags="-O3"
|
||||
|
||||
Reference in New Issue
Block a user