mirror of
https://github.com/github/semantic.git
synced 2024-12-27 17:05:33 +03:00
Noopt isn't the right thing here.
This commit is contained in:
parent
c9a581b40b
commit
bc3f67a88c
@ -27,11 +27,11 @@ function flags {
|
||||
|
||||
# preprocessor options, for -XCPP
|
||||
echo "-optP-include"
|
||||
echo "-optP$build_dir/semantic-0.10.0.0/noopt/build/autogen/cabal_macros.h"
|
||||
echo "-optP$build_dir/semantic-0.10.0.0/build/autogen/cabal_macros.h"
|
||||
|
||||
# autogenerated sources, both .hs and .h (e.g. Foo_paths.hs)
|
||||
echo "-i$build_dir/semantic-0.10.0.0/noopt/build/autogen"
|
||||
echo "-I$build_dir/semantic-0.10.0.0/noopt/build/autogen"
|
||||
echo "-i$build_dir/semantic-0.10.0.0/build/autogen"
|
||||
echo "-I$build_dir/semantic-0.10.0.0/build/autogen"
|
||||
|
||||
# .hs source dirs
|
||||
# TODO: would be nice to figure this out from cabal.project & the .cabal files
|
||||
|
Loading…
Reference in New Issue
Block a user