You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
340 B

  1. --- a/runConfigureICU
  2. +++ b/runConfigureICU
  3. @@ -239,8 +239,8 @@
  4. THE_COMP="the GNU C++"
  5. CC=gcc; export CC
  6. CXX=g++; export CXX
  7. - RELEASE_CFLAGS='-O3'
  8. - RELEASE_CXXFLAGS='-O3'
  9. + RELEASE_CFLAGS=' '
  10. + RELEASE_CXXFLAGS=' '
  11. DEBUG_CFLAGS='-g'
  12. DEBUG_CXXFLAGS='-g'
  13. ;;