From: a bellenir Date: Tue, 29 Jul 2014 01:55:01 +0000 (+0000) Subject: re-add flags X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=b13dcd934d9fd151864efb0becebafe73d17006c;p=archive%2Fafm.git re-add flags --- diff --git a/Rakefile b/Rakefile index 9cf4c9d..8bc4f91 100644 --- a/Rakefile +++ b/Rakefile @@ -25,9 +25,7 @@ Env = Rscons::Environment.new do |env| env['LIBS'] = ['ncurses', 'cds'] env['LIBPATH'] += ['./build'] env['CPPPATH'] += Dir['modules/data-structures/source/**/'] - env['CFLAGS'] += ['-Wall', '-Wextra', - #'-Werror', #commented out until mike fixes his shit. - '-pedantic', '--std=c99'] + env['CFLAGS'] += ['-Wall', '-Wextra', '-Werror', '-pedantic', '--std=c99'] # Platform-Specific Defines and Options # -------------------------------------