X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=build%2Fcompiler_flags;fp=build%2Fcompiler_flags;h=0000000000000000000000000000000000000000;hb=a50806df8116a81729220bd79870639b18da9d8c;hp=b17dac3db9ea7444a3215a19e0b1dc50671ac13e;hpb=3a308dfb8b0ede5ab0a23d867cdf33394825538e;p=plomrogue diff --git a/build/compiler_flags b/build/compiler_flags deleted file mode 100644 index b17dac3..0000000 --- a/build/compiler_flags +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 -# or any later version. For details on its copyright, license, and warranties, -# see the file NOTICE in the root directory of the PlomRogue source package. - -OFLAG='-O3' -CFLAGS="-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security $OFLAG" - -# 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 - CFLAGS=$OFLAG -fi