aubio
Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 195ecf2b
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
May 29, 2017, 4:46:34 PM (
3 years
ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
Branches:
feature/autosink
,
feature/constantq
,
feature/pitchshift
,
feature/pydocstrings
,
feature/timestretch
,
master
Children:
023e4b2
Parents:
1539d4b
Message:
wscript : remove emscripten default -Oz flag
File:
1 edited
wscript
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
wscript
r1539d4b
r195ecf2b
229
229
import os.path
230
230
ctx.env.CFLAGS += [ '-I' + os.path.join(os.environ['EMSCRIPTEN'], 'system', 'include') ]
231
ctx.env.CFLAGS += ['-Oz']
232
231
ctx.env.cprogram_PATTERN = "%s.js"
233
232
if (ctx.options.enable_atlas != True):
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive