aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/ekopath.txt
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-07-18 22:53:15 +0200
committerSimon Warta <[email protected]>2015-07-21 20:06:18 +0200
commitf05eff3f8a357057804f338b2a0b2119cb7caefb (patch)
treea54dacbfdf739b1da89b93bb1f29b4efbf212aab /src/build-data/cc/ekopath.txt
parentf23eb642854eea76a84ca66c9f00e1e28cf0b58c (diff)
Merge compile_option into CXX_FLAGS
Diffstat (limited to 'src/build-data/cc/ekopath.txt')
-rw-r--r--src/build-data/cc/ekopath.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/ekopath.txt b/src/build-data/cc/ekopath.txt
index d306d5b11..2390c3cd2 100644
--- a/src/build-data/cc/ekopath.txt
+++ b/src/build-data/cc/ekopath.txt
@@ -2,13 +2,13 @@ macro_name PATHSCALE
binary_name pathCC
-compile_option "-c "
output_to_option "-o "
add_include_dir_option -I
add_lib_dir_option -L
add_lib_option -l
-compile_flags_debug "-g"
+compile_flags_release "-c"
+compile_flags_debug "-c -g"
lib_opt_flags_release "-O3 -OPT:Ofast:alias=disjoint"
app_opt_flags_release "-O2"