Changeset e6a4bc5 in rtems-tools
- Timestamp:
- 12/16/21 21:32:10 (8 months ago)
- Branches:
- 5
- Children:
- 04d6aa3
- Parents:
- 161ccd0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/wscript
r161ccd0 re6a4bc5 53 53 conf['optflags'] = bld.env.C_OPTS 54 54 conf['cflags'] = ['-pipe', '-g'] + conf['optflags'] 55 conf['cflags'] = ['-std=c99'] + conf['cflags'] 55 56 conf['linkflags'] = ['-g'] 56 57 -
trace/wscript
r161ccd0 re6a4bc5 66 66 cxxstd = '-std=c++14' 67 67 conf['cxxflags'] = [cxxstd] + conf['cflags'] 68 conf['cflags'] = ['-std=c99'] + conf['cflags'] 68 69 conf['linkflags'] = ['-g'] 69 70 conf['lib'] = []
Note: See TracChangeset
for help on using the changeset viewer.