Browse Source

Tweak CFLAGS again.

tags/v1.3.1000
Jonathan Moore Liles 11 years ago
parent
commit
f70a8ecbf1
2 changed files with 4 additions and 2 deletions
  1. +2
    -0
      src/vsnprintf.c
  2. +2
    -2
      wscript

+ 2
- 0
src/vsnprintf.c View File

@@ -26,6 +26,8 @@
*/

#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include "flstring.h"

#ifdef HAVE_SYS_STDTYPES_H


+ 2
- 2
wscript View File

@@ -78,9 +78,9 @@ def configure(conf):
conf.load('gnu_dirs')
# conf.load('ntk_fluid')
conf.line_just = 52
conf.env.append_value('CFLAGS', ['-Wall', '-ansi','-pedantic'])
conf.env.append_value('CFLAGS', ['-Wall'])
# conf.env.append_value('CXXFLAGS',['-Wall','-fno-exceptions', '-fno-rtti'])
conf.env.append_value('CXXFLAGS', ['-Wall', '-ansi','-pedantic'])
conf.env.append_value('CXXFLAGS', ['-Wall'])

conf.check_cfg(package='x11', uselib_store='X11', args="--cflags --libs",
mandatory=True)


Loading…
Cancel
Save