Created
June 14, 2017 17:55
-
-
Save pbogdan/30a17e3e415fe99d2803433bc4a1d97e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"-fno-stack-protector" | |
"-DTABLES_NEXT_TO_CODE" | |
"-fno-stack-protector" | |
"-Wall" | |
"-Wextra" | |
"-Wstrict-prototypes" | |
"-Wmissing-prototypes" | |
"-Wmissing-declarations" | |
"-Winline" | |
"-Waggregate-return" | |
"-Wpointer-arith" | |
"-Wmissing-noreturn" | |
"-Wnested-externs" | |
"-Wredundant-decls" | |
"-Iincludes" | |
"-Iincludes/dist" | |
"-Iincludes/dist-derivedconstants/header" | |
"-Iincludes/dist-ghcconstants/header" | |
"-Irts" | |
"-Irts/dist/build" | |
"-DCOMPILING_RTS" | |
"-fno-strict-aliasing" | |
"-fno-common" | |
"-Irts/dist/build/autogen" | |
"-O2" | |
"-fomit-frame-pointer" | |
"-g" | |
"-DRtsWay=\"rts_v\"" | |
"-DProjectVersion=\"7.10.3\"" | |
"-DHostPlatform=\"x86_64-unknown-linux\"" | |
"-DHostArch=\"x86_64\"" | |
"-DHostOS=\"linux\"" | |
"-DHostVendor=\"unknown\"" | |
"-DBuildPlatform=\"x86_64-unknown-linux\"" | |
"-DBuildArch=\"x86_64\"" | |
"-DBuildOS=\"linux\"" | |
"-DBuildVendor=\"unknown\"" | |
"-DTargetPlatform=\"x86_64-unknown-linux\"" | |
"-DTargetArch=\"x86_64\"" | |
"-DTargetOS=\"linux\"" | |
"-DTargetVendor=\"unknown\"" | |
"-DGhcUnregisterised=\"NO\"" | |
"-DGhcEnableTablesNextToCode=\"YES\"" | |
"-x" | |
"c" | |
"rts/RtsUtils.c" | |
"-o" | |
"/tmp/ghc30612_0/ghc_1.s" | |
"-Wimplicit" | |
"-S" | |
"-O2" | |
"-D__GLASGOW_HASKELL__=710" | |
"-include" | |
"/tmp/nix-build-ghc-7.10.3.drv-0/ghc-7.10.3/includes/ghcversion.h" | |
"-Iincludes" | |
"-Iincludes/dist" | |
"-Iincludes/dist-derivedconstants/header" | |
"-Iincludes/dist-ghcconstants/header" | |
"-Irts" | |
"-Irts/dist/build" | |
"-Irts/dist/build" | |
"-Irts/dist/build/autogen" | |
"-I/tmp/nix-build-ghc-7.10.3.drv-0/ghc-7.10.3/libraries/base/include" | |
"-I/nix/store/2g4kil1q2rp79v1amk6za5iqylxkr0j3-gmp-6.1.2-dev/include" | |
"-I/tmp/nix-build-ghc-7.10.3.drv-0/ghc-7.10.3/libraries/integer-gmp2/include" | |
"-I/tmp/nix-build-ghc-7.10.3.drv-0/ghc-7.10.3/rts/dist/build" | |
"-I/tmp/nix-build-ghc-7.10.3.drv-0/ghc-7.10.3/includes" | |
"-I/tmp/nix-build-ghc-7.10.3.drv-0/ghc-7.10.3/includes/dist-derivedconstants/header" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment