]> git.mdlowis.com Git - archive/afm.git/commitdiff
re-add flags
authora bellenir <a@bellenir.com>
Tue, 29 Jul 2014 01:55:01 +0000 (01:55 +0000)
committera bellenir <a@bellenir.com>
Tue, 29 Jul 2014 01:55:01 +0000 (01:55 +0000)
Rakefile

index 9cf4c9dc6149730cec0be9f68ca2399305a95e0b..8bc4f9140b9cc76c36d6c07fa0d349f89524b3cc 100644 (file)
--- 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
   # -------------------------------------