Changeset 15 for trunk/www/emulator.php


Ignore:
Timestamp:
Jun 12, 2009, 8:09:48 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Nastavení parametrů gcc překladu emulátoru přes konfigurační soubor.
  • Přidáno: Podpora řazení dle sloupců v tabulkách.
  • Upraveno: Nezjišťovat informace o stavu serverů z tabulek mangosu, ale ukládat stavové informace serverů přímo do tabulky Server. Nutno provádět aktualizaci tabulky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/emulator.php

    r14 r15  
    6060      'mkdir objdir',
    6161      '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'],
    6464      '../configure --prefix='.$Config['BaseDir'].'emulator/'.$this->Id.'/ --enable-cli --enable-ra',
    6565      'make',
Note: See TracChangeset for help on using the changeset viewer.