mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
use PIKA_OPTIMIZE == to config OPTIMIZE
This commit is contained in:
parent
2c9bd607ef
commit
5154dd5e65
2
port/linux/.vscode/settings.json
vendored
2
port/linux/.vscode/settings.json
vendored
@ -23,7 +23,7 @@
|
||||
"__instruction_table.h": "c",
|
||||
"__instruction_def.h": "c",
|
||||
"pikavm.h": "c",
|
||||
"pikaconfigvalid.h": "c",
|
||||
"pika_config_valid.h": "c",
|
||||
"*.cfg": "c",
|
||||
"pikastdtask_task.h": "c",
|
||||
"gtesttask_task.h": "c",
|
||||
|
@ -1,4 +1,5 @@
|
||||
#ifndef __PIKA_CONFIG__H
|
||||
#define __PIKA_CONFIG__H
|
||||
#define PIKA_OPTIMIZE_SPEED
|
||||
#undef PIKA_OPTIMIZE
|
||||
#define PIKA_OPTIMIZE PIKA_OPTIMIZE_SPEED
|
||||
#endif
|
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
/* micro pika configuration */
|
||||
#include "./pikaConfigValid.h"
|
||||
#include "./pika_config_valid.h"
|
||||
|
||||
#ifndef __PIKA_PALTFORM__H
|
||||
#define __PIKA_PALTFORM__H
|
||||
|
Loading…
x
Reference in New Issue
Block a user