]> gitweb.michael.orlitzky.com - bash.d.git/blobdiff - compilation
compilation: export the non-standard HCFLAGS variable.
[bash.d.git] / compilation
index ecc3dac9b13c53e6efd2e363d84d728ad9b299bc..7b76b34d7e89ad1ddae54a3a0193831349783c4e 100644 (file)
@@ -33,4 +33,10 @@ fi
 # subsequent commands.
 export CFLAGS
 export CXXFLAGS
+export FCFLAGS
 export LDFLAGS
+
+# This variable isn't standard, but I've started including it in my
+# Haskell makefiles so that we don't have to hard-code user preferences
+# (these flags) in the cabal files that *everyone* uses.
+export HCFLAGS