X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=build%2Fcompiler_flags;h=198da870d53130604998cdd8768dea0f65e7f89a;hb=5716247b6948176151c97be24be54df8f870c7dd;hp=f80d291b370d2763a6b2aebaf7dd3805c40d83fc;hpb=5fd4be90f125e318a2fcaa0b92329511cb178f5a;p=plomrogue diff --git a/build/compiler_flags b/build/compiler_flags index f80d291..198da87 100644 --- a/build/compiler_flags +++ b/build/compiler_flags @@ -1 +1,5 @@ -CFLAGS='-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -g' +# 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. + +CFLAGS='-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -O3'