Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7458 for code/trunk/cmake


Ignore:
Timestamp:
Sep 16, 2010, 1:46:37 PM (14 years ago)
Author:
landauf
Message:

added compiler flags that enhance the output of Dr. Mingw (a 'just in time' debugger for MinGW)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/CompilerConfigGCC.cmake

    r7429 r7458  
    101101SET_LINKER_FLAGS("--no-undefined" CACHE)
    102102
    103 # Add linker flags for MinGW
     103# Add compiler and linker flags for MinGW
    104104IF (MINGW)
     105  ADD_COMPILER_FLAGS("-gstabs+" Debug          CACHE)
     106  ADD_COMPILER_FLAGS("-gstabs+" RelWithDebInfo CACHE)
     107
    105108  ADD_LINKER_FLAGS("-enable-auto-import" CACHE)
    106109ENDIF()
Note: See TracChangeset for help on using the changeset viewer.