diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-31 12:22:57 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-31 12:22:57 +0100 |
commit | c7b43187a1e80ca5c304997a641dc71645ad48ef (patch) | |
tree | efe1ce661c388731f382003233a7e834edcd2f14 /sfx2 | |
parent | cbbc928042e98fb35009a09b1a26205a026e5a13 (diff) |
CWS gnumake3: enable compiling without optimization
Diffstat (limited to 'sfx2')
-rwxr-xr-x | sfx2/Library_sfx.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 8cf9640bfdf0..6ead09f6eb48 100755 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -280,7 +280,7 @@ $(eval $(call gb_Library_add_cxxobjects,sfx,\ sfx2/source/appl/shutdowniconw32 \ sfx2/source/doc/sfxacldetect \ sfx2/source/doc/syspathw32 \ - , $(gb_LinkTarget_EXCEPTIONFLAGS) -nologo -UPRECOMPILED_HEADERS \ + , $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) -nologo -UPRECOMPILED_HEADERS \ )) ifneq ($(USE_MINGW),) @@ -319,7 +319,7 @@ else $(eval $(call gb_Library_add_cxxobjects,sfx,\ sfx2/source/appl/shutdowniconw32 \ sfx2/source/doc/sfxacldetect \ - , $(gb_LinkTarget_EXCEPTIONFLAGS) \ + , $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) \ )) endif |