diff options
author | John Ericson <git@JohnEricson.me> | 2019-03-27 00:27:01 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-05-06 14:59:29 -0400 |
commit | 27941064872b19f65e99ba65b7fa8635268ee738 (patch) | |
tree | c601e08e8b9be05605cc04daf28cb2642585aa31 /includes | |
parent | ead3f835e24338fb3df3ebdec3e86f9364df7c9c (diff) | |
download | haskell-27941064872b19f65e99ba65b7fa8635268ee738.tar.gz |
Remove cGhcEnableTablesNextToCode
Get "Tables next to code" from the settings file instead.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk index b7bac36ba0..4a25aaa8c1 100644 --- a/includes/ghc.mk +++ b/includes/ghc.mk @@ -210,6 +210,7 @@ $(includes_SETTINGS) : includes/Makefile | $$(dir $$@)/. @echo ',("LLVM llc command", "$(SettingsLlcCommand)")' >> $@ @echo ',("LLVM opt command", "$(SettingsOptCommand)")' >> $@ @echo ',("LLVM clang command", "$(SettingsClangCommand)")' >> $@ + @echo ',("Tables next to code", "$(GhcEnableTablesNextToCode)")' >> $@ @echo ']' >> $@ |