mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 19:57:13 +09:00
Document --disable-pie instead of --enable-pie
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ AS_IF([test "x$EMSCRIPTEN" != "x"],[
|
||||
])
|
||||
|
||||
AC_ARG_ENABLE(pie,
|
||||
[AS_HELP_STRING(--enable-pie,Produce position independent executables @<:@default=yes@:>@)],
|
||||
[AS_HELP_STRING(--disable-pie,Do not produce position independent executables)],
|
||||
enable_pie=$enableval, enable_pie="maybe")
|
||||
|
||||
AC_ARG_ENABLE(blocking-random,
|
||||
|
||||
Reference in New Issue
Block a user