Remove accidentally added non-portable compiler flag
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4766 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
2c4cb093d0
commit
2f43a0b701
2
wscript
2
wscript
@ -281,7 +281,7 @@ def configure(conf):
|
|||||||
print_message(conf, 'Use virtual terminal support', Options.options.no_vte and 'no' or 'yes')
|
print_message(conf, 'Use virtual terminal support', Options.options.no_vte and 'no' or 'yes')
|
||||||
if svn_rev != '-1':
|
if svn_rev != '-1':
|
||||||
print_message(conf, 'Compiling Subversion revision', svn_rev)
|
print_message(conf, 'Compiling Subversion revision', svn_rev)
|
||||||
conf.env.append_value('CCFLAGS', '-g -O0 -DGEANY_DEBUG'.split())
|
conf.env.append_value('CCFLAGS', '-g -DGEANY_DEBUG'.split())
|
||||||
|
|
||||||
conf.env.append_value('CCFLAGS', '-DHAVE_CONFIG_H')
|
conf.env.append_value('CCFLAGS', '-DHAVE_CONFIG_H')
|
||||||
# for now define GEANY_PRIVATE for all files, even though it should just be for src/*.
|
# for now define GEANY_PRIVATE for all files, even though it should just be for src/*.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user