Changeset 20944
- Timestamp:
- 10/08/08 08:35:45 (6 weeks ago)
- Files:
-
- 1 modified
-
lang/cplusplus/llv8call/trunk/Sconstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/Sconstruct
r20917 r20944 74 74 75 75 if GuessToolchain() == 'gcc': 76 env.Append(CCFLAGS = ['-Wall' ])76 env.Append(CCFLAGS = ['-Wall', '-g']) 77 77 78 78 if GuessToolchain() == 'msvc': 79 79 env.Append(CCFLAGS = ['/EHsc']) 80 81 if env['mode'] == 'debug' or OS_GUESS == 'linux' or OS_GUESS == 'macos':82 env.Append(CCFLAGS = ['-g'])83 80 84 81 env.SConscript('src/SConscript', exports=['env','conf'])
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)