Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a163f89f authored by Tomofumi Yuki's avatar Tomofumi Yuki
Browse files

added default compiler flags to property defaults

parent 2d7a18c5
No related branches found
No related tags found
1 merge request!4Develop
......@@ -66,7 +66,7 @@ public class Configuration {
enum Property {
CC("CC", "g++",
"Compiler used during profiling. The current simulation based profiler assumes gcc/g++ options are accepted."),
EXTRA_CFLAGS("EXTRA_CFLAGS", "",
EXTRA_CFLAGS("EXTRA_CFLAGS", "-O2 -Wno-everything",
"Additional compiler flags to be used during profiling runs."),
COST_MODEL_FILEPATH("COST_MODEL_DSL", "",
"Path to DSL that specify model of computation used in cost models."),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment