X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=build%2Fcompiler_flags;h=59fcb18a27c8b08c7cb5ffc2c2605b7fd4589166;hb=8bf4e35ebe159f9cf051c8dbfc0909d7fe5d3399;hp=f80d291b370d2763a6b2aebaf7dd3805c40d83fc;hpb=5fd4be90f125e318a2fcaa0b92329511cb178f5a;p=plomrogue diff --git a/build/compiler_flags b/build/compiler_flags index f80d291..59fcb18 100644 --- a/build/compiler_flags +++ b/build/compiler_flags @@ -1 +1,5 @@ +# 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 -g'