Changeset 15 for trunk/www/emulator.php
- Timestamp:
- Jun 12, 2009, 8:09:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/emulator.php
r14 r15 60 60 'mkdir objdir', 61 61 'cd objdir', 62 'export CFLAGS="- march=athlon64 -m64 -O2 -g -ggdb',63 'export CXXFLAGS="- march=athlon64 -m64 -O2 -g -ggdb',62 'export CFLAGS="-g -ggdb '.$Config['CompilerParameters'], 63 'export CXXFLAGS="-g -ggdb '.$Config['CompilerParameters'], 64 64 '../configure --prefix='.$Config['BaseDir'].'emulator/'.$this->Id.'/ --enable-cli --enable-ra', 65 65 'make',
Note:
See TracChangeset
for help on using the changeset viewer.