Files
CMake/Source
Fred Baksik 702121c5f3 GHS: Use the correct compiler flags for CMAKE_BUILD_TYPE
-- Do not use CMAKE_C_FLAGS_RELEASE flags when CMAKE_BUILD_TYPE is empty
   if CMAKE_BUILD_TYPE was not set the generator would use Release settings
   this does not match the documented behavior of CMAKE_BUILD_TYPE

-- CMAKE_C_FLAGS_<CONFIG> not used when -kernel is present
   Fixes issue where CMAKE_C_FLAGS_<CONFIG> is ignored when -kernel option is present as a compiler option
   When the -kernel option is added to an executable it uses a different set of language flags
   This does not occur -kernel=<type> is used or if it is added as part of a link flag
   The variables CMAKE_<LANG>_GHS_KERNEL_FLAGS_<CONFIG> are removed
   NOTE: By default this only added the flag -ldebug which links in the debugger library.

-- Separate compiler options by newlines
2019-01-16 10:41:35 -05:00
..
2019-01-16 09:52:45 -05:00
2018-06-04 10:32:49 -04:00
2019-01-16 00:01:07 -05:00
2018-11-19 23:35:09 +01:00
2018-11-19 23:35:09 +01:00
2018-06-04 10:32:49 -04:00
2018-12-12 09:46:13 -05:00
2018-12-12 09:46:13 -05:00
2018-12-12 09:46:13 -05:00
2018-12-12 06:40:10 -05:00
2019-01-16 09:52:45 -05:00
2018-06-04 10:32:49 -04:00
2018-11-19 23:35:09 +01:00
2018-08-24 14:58:49 -04:00
2018-08-24 14:58:49 -04:00