Skip to content

Instantly share code, notes, and snippets.

@adaskar
Last active February 2, 2020 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adaskar/865a980dbb2b07eec75aee6ac9c086d2 to your computer and use it in GitHub Desktop.
Save adaskar/865a980dbb2b07eec75aee6ac9c086d2 to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/lib/gcc/x86_64-linux-gnu/9/include",
"/lib/modules/5.3.0-29-generic/build/arch/x86/include",
"/lib/modules/5.3.0-29-generic/build/arch/x86/include/generated",
"/lib/modules/5.3.0-29-generic/build/include",
"/lib/modules/5.3.0-29-generic/build/arch/x86/include/uapi",
"/lib/modules/5.3.0-29-generic/build/arch/x86/include/generated/uapi",
"/lib/modules/5.3.0-29-generic/build/include/uapi",
"/lib/modules/5.3.0-29-generic/build/include/generated/uapi"
],
"forcedInclude": [
"/usr/src/linux-headers-5.3.0-29-generic/include/linux/compiler_types.h",
"/usr/src/linux-headers-5.3.0-29-generic/include/linux/kconfig.h"
],
"defines": [
"__KERNEL__",
"CONFIG_X86_X32_ABI",
"CONFIG_AS_CFI=1",
"CONFIG_AS_CFI_SIGNAL_FRAME=1",
"CONFIG_AS_CFI_SECTIONS=1",
"CONFIG_AS_SSSE3=1",
"CONFIG_AS_AVX=1",
"CONFIG_AS_AVX2=1",
"CONFIG_AS_AVX512=1",
"CONFIG_AS_SHA1_NI=1",
"CONFIG_AS_SHA256_NI=1",
"CC_USING_FENTRY",
"MODULE"],
"compilerPath": "/usr/bin/gcc",
"compilerArgs": [
"-nostdinc",
"-m64"
],
"cStandard": "c11",
"intelliSenseMode": "${default}"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment