X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=build%2Fcompiler_flags;h=198da870d53130604998cdd8768dea0f65e7f89a;hb=dcdb99eb5863af512f8f079c320216bfeec5d9e2;hp=59fcb18a27c8b08c7cb5ffc2c2605b7fd4589166;hpb=00b22e82c20cdd00058aa96df095435fbbdb2422;p=plomrogue diff --git a/build/compiler_flags b/build/compiler_flags index 59fcb18..198da87 100644 --- a/build/compiler_flags +++ b/build/compiler_flags @@ -2,4 +2,4 @@ # 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' +CFLAGS='-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security -O3'