Skip to content

Instantly share code, notes, and snippets.

@emidln
Created November 12, 2020 19:19
Show Gist options
  • Save emidln/436840adac122d28cac277e32c1b7693 to your computer and use it in GitHub Desktop.
Save emidln/436840adac122d28cac277e32c1b7693 to your computer and use it in GitHub Desktop.
# we need to strip these off otherwise IntelliJ/CLion will defeat our customized .bazelrc configs
DEBUG_FLAG_LISTS = [
[ # Copied from clwb/src/com/google/idea/blaze/clwb/run/BlazeCidrRunConfigurationRunner.java
"--compilation_mode=dbg",
"--copt=-O0",
"--copt=-g",
"--strip=never",
"--dynamic_mode=off",
"--fission=yes"],
[ # Copied from clwb/src/com/google/idea/blaze/clwb/run/BlazeGDBServerProvider.java
"--compilation_mode=dbg",
"--strip=never",
"--dynamic_mode=off",
"--fission=yes"]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment