Skip to content

Instantly share code, notes, and snippets.

@bobbyg603
Created January 13, 2021 14:45
Show Gist options
  • Save bobbyg603/6c0a49476c167bcb92058757dc6d8c2a to your computer and use it in GitHub Desktop.
Save bobbyg603/6c0a49476c167bcb92058757dc6d8c2a to your computer and use it in GitHub Desktop.
Crashpad
gn gen out\Debug --args="extra_cflags=\"/MTd\" target_cpu=\"x86\""
gn gen out\Debug_x64 --args="extra_cflags=\"/MTd\""
gn gen out\Release --args="extra_cflags=\"/MT\" target_cpu=\"x86\""
gn gen out\Release_x64 --args="extra_cflags=\"/MT\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment