view parser-mpcmd.h @ 20310:9f1ee847e8ca

Add fallback on the (undocumented) x86-64 -march option in the non-runtime-cpudetection case for AMD64. patch by Zuxy Meng, zuxy.meng a.t gmail d.o.t com
author diego
date Fri, 20 Oct 2006 07:32:49 +0000
parents 5385740067a1
children d88f5f82826e
line wrap: on
line source

#ifndef _parser_mpcmd_h
#define _parser_mpcmd_h

extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);

#endif