diff options
Diffstat (limited to 'src/build-data/cc/hpcc.txt')
-rw-r--r-- | src/build-data/cc/hpcc.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/build-data/cc/hpcc.txt b/src/build-data/cc/hpcc.txt index 518a39346..0e7f6b6ab 100644 --- a/src/build-data/cc/hpcc.txt +++ b/src/build-data/cc/hpcc.txt @@ -2,14 +2,13 @@ macro_name HP_ACC binary_name aCC -compile_option "-c " output_to_option "-o " add_include_dir_option -I add_lib_dir_option -L add_lib_option -l -compile_flags_release "" -compile_flags_debug "-g" +compile_flags_release "-c" +compile_flags_debug "-c -g" lib_opt_flags_release "+O2" app_opt_flags_release "+O2" |