diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -63,11 +63,8 @@ export STRIP="${STRIP:-strip}" # Compiler flags. # export cc_flags="-std=$c_version -O2 -pipe" -export cc_flags="$cc_flags -D_POSIX_C_SOURCE=200809L" -export cc_flags="$cc_flags -D_BSD_SOURCE -D_GNU_SOURCE" export cc_flags="$cc_flags -Wall -Wextra -pedantic -Wshadow" - #/////////////////////////////////////////////////////////////////////////////// # # NOTE: Do not edit below this line. |