Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: ba00b3cb5519a16842b85bd8a1b77953b6dc8b94
      
https://github.com/dyninst/dyninst/commit/ba00b3cb5519a16842b85bd8a1b77953b6dc8b94
  Author: Tim Haines <[email protected]>
  Date:   2026-01-16 (Fri, 16 Jan 2026)

  Changed paths:
    M cmake/DyninstOptimization.cmake

  Log Message:
  -----------
  Fix handling of CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (#2097)

CMAKE__FLAGS were improperly expanded, so didn't handle cases with
spaces. This happens when passing multiple values to CMAKE_<LANG>_FLAGS.
For example, using cmake -DCMAKE_C_FLAGS='-Wall -Wextra' would
ultimately produce gcc '-Wall -Wextra'. With this change, the compiler
arguments are correctly expanded to gcc -Wall -Wextra.



To unsubscribe from these emails, change your notification settings at 
https://github.com/dyninst/dyninst/settings/notifications
_______________________________________________
Dyninst-api mailing list
[email protected]
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api

Reply via email to