Skip to content
Snippets Groups Projects
Commit 5d4b55ab authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: dis/gen.sh

parent df39260e
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ JUGGLER_FILE_NAME_TAG="dis"
## TODO better file name that encodes the actual configuration we're running
echo "Compiling dis/src/pythia_dis.cc ..."
g++ dis/src/pythia_dis.cc -o pythia_dis \
-I/usr/local/include \
-I/usr/local/include -Iinclude \
-O2 -std=c++11 -pedantic -W -Wall -Wshadow -fPIC \
-L/usr/local/lib -Wl,-rpath,/usr/local/lib -lpythia8 -ldl \
-L/usr/local/lib -Wl,-rpath,/usr/local/lib -lHepMC3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment