Skip to content

Instantly share code, notes, and snippets.

@adaskar
Created January 30, 2020 21:59
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/a645c54b458bcb4e6ff50df6bdd56ed9 to your computer and use it in GitHub Desktop.
Save adaskar/a645c54b458bcb4e6ff50df6bdd56ed9 to your computer and use it in GitHub Desktop.
gcc
-nostdinc
-isystem
/usr/lib/gcc/x86_64-linux-gnu/9/include
-I./arch/x86/include
-I./arch/x86/include/generated
-I./include
-I./arch/x86/include/uapi
-I./arch/x86/include/generated/uapi
-I./include/uapi
-I./include/generated/uapi
-include
./include/linux/kconfig.h
-Iubuntu/include
-include
./include/linux/compiler_types.h
-D__KERNEL__
-DCONFIG_X86_X32_ABI
-DCONFIG_AS_CFI=1
-DCONFIG_AS_CFI_SIGNAL_FRAME=1
-DCONFIG_AS_CFI_SECTIONS=1
-DCONFIG_AS_SSSE3=1
-DCONFIG_AS_AVX=1
-DCONFIG_AS_AVX2=1
-DCONFIG_AS_AVX512=1
-DCONFIG_AS_SHA1_NI=1
-DCONFIG_AS_SHA256_NI=1
-DCC_USING_FENTRY
-DMODULE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment