Changes between Version 1 and Version 2 of DsxPosix
- Timestamp:
- Jul 6, 2011, 9:58:34 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxPosix
v1 v2 24 24 }}} 25 25 26 27 == Options when instanciating Posix == 28 29 You can activate verbosity to see compilation lines: 30 {{{ 31 tcg.generate(Posix(VERBOSE=1)) 32 }}} 33 34 You can also specify compilation flags that will be used in the make execution (compilation and linking). For example, to add the profiling option: 35 {{{ 36 tcg.generate(Posix(COMPILE_FLAGS="-pg")) 37 }}}