diff options
author | Simon Warta <[email protected]> | 2015-06-28 16:19:32 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-21 20:06:17 +0200 |
commit | 8e552a417cc895e9a20eadc2c3684c5e3925e0db (patch) | |
tree | 79c8dacc7d2011ff1205aa624662536814c2fd22 /src/build-data/cc/pgi.txt | |
parent | 3addb45a8e900dc4710a933278db7eb75716a8fd (diff) |
Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flags
This commit aims to preserve all settings. In some cases it will drop
optimization flags and fall back to compiler's defaults in the new debug
mode.
Diffstat (limited to 'src/build-data/cc/pgi.txt')
-rw-r--r-- | src/build-data/cc/pgi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/pgi.txt b/src/build-data/cc/pgi.txt index 032bbe72f..6b41974e5 100644 --- a/src/build-data/cc/pgi.txt +++ b/src/build-data/cc/pgi.txt @@ -8,8 +8,8 @@ add_include_dir_option -I add_lib_dir_option -L add_lib_option -l -lib_opt_flags "-fast -Minline" -app_opt_flags "-fast" +lib_opt_flags_release "-fast -Minline" +app_opt_flags_release "-fast" shared_flags "-fPIC" makefile_style gmake |