disable precompiled headers for now.
gcc fails, to be investigated later....
This commit is contained in:
parent
32dd0e661a
commit
29d2a73633
1 changed files with 3 additions and 3 deletions
|
|
@ -283,9 +283,9 @@ def defineBuildTargets(env, artifacts):
|
|||
We use a custom function to declare a whole tree of srcfiles.
|
||||
"""
|
||||
# use PCH to speed up building
|
||||
env['GCH'] = ( env.PrecompiledHeader('$SRCDIR/pre.hpp')
|
||||
+ env.PrecompiledHeader('$SRCDIR/pre_a.hpp')
|
||||
)
|
||||
# env['GCH'] = ( env.PrecompiledHeader('$SRCDIR/pre.hpp')
|
||||
# + env.PrecompiledHeader('$SRCDIR/pre_a.hpp')
|
||||
# )
|
||||
|
||||
objback = srcSubtree(env,'$SRCDIR/backend')
|
||||
objproc = srcSubtree(env,'$SRCDIR/proc')
|
||||
|
|
|
|||
Loading…
Reference in a new issue