X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=build%2Fcompiler_flags;h=b17dac3db9ea7444a3215a19e0b1dc50671ac13e;hb=2a943947dfe7d07cb29f81b40f9c4406c0c01424;hp=bc4ea28ab2e213c0218b77ed9a05a42e249847ba;hpb=66f7a5b567c8834220e0d5cf43cba54ed52ad6ee;p=plomrogue diff --git a/build/compiler_flags b/build/compiler_flags index bc4ea28..b17dac3 100644 --- a/build/compiler_flags +++ b/build/compiler_flags @@ -5,7 +5,7 @@ OFLAG='-O3' CFLAGS="-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security $OFLAG" -# For non-GNU gcc masks, drop all gcc-specific debugginf flags. +# For non-GNU gcc masks, drop all gcc-specific debugging flags. test=`stat --version 2>&1 | grep 'Free Software Foundation' | wc -l` if [ 1 -gt $test ] then