Skip to content
Snippets Groups Projects
Commit 116e64d5 authored by Andrey Mokhov's avatar Andrey Mokhov
Browse files

Attempt to fix the 'unknown symbol stat' issue on Travis Linux

See #259.
parent 118adf2f
No related merge requests found
......@@ -6,5 +6,6 @@ import Predicate
import UserSettings
basePackageArgs :: Args
basePackageArgs = package base ?
builder GhcCabal ? arg ("--flags=" ++ takeFileName (pkgPath integerLibrary))
basePackageArgs = package base ? mconcat
[ builder GhcCabal ? arg ("--flags=" ++ takeFileName (pkgPath integerLibrary))
, builder Cc ? arg "-O2" ] -- Fix the 'unknown symbol stat' issue, see #259.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment