diff options
author | lloyd <[email protected]> | 2014-01-04 13:07:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-04 13:07:04 +0000 |
commit | 65705917c68a750092f8e314f3db908f14d5c305 (patch) | |
tree | 6fdf97c972bf8e225ee67a1a1feec86ce62871b6 /src/build-data/cc/clang.txt | |
parent | 760e5268716c90692e4ceb37f6908d4ce98d3c51 (diff) |
Don't use -fno-inline-functions for debug as that is enabled in all non-release builds now
Diffstat (limited to 'src/build-data/cc/clang.txt')
-rw-r--r-- | src/build-data/cc/clang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index 43b81cd93..59bb09f6d 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -17,7 +17,7 @@ makefile_style unix lib_opt_flags "-O3" app_opt_flags "-O2" shared_flags "-fPIC" -debug_flags "-g -fno-inline-functions" +debug_flags "-g" no_debug_flags "" visibility_build_flags "-fvisibility=hidden" |