Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
96e7fd0e
Commit
96e7fd0e
authored
Sep 17, 2015
by
Daniel Hynds
Browse files
removed fix for makefile
parent
30f89e7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
branches/trunk/Makefile
View file @
96e7fd0e
...
...
@@ -10,7 +10,7 @@ CC = g++
# Compiler flags
ROOTCFLAGS
:=
$(
shell
root-config
--cflags
)
ROOTLIBS
:=
$(
shell
root-config
--glibs
)
CFLAGS
=
-fPIC
-w
-g
-W
${ROOTCFLAGS}
-std
=
c++0x
CFLAGS
=
-fPIC
-w
-g
-W
${ROOTCFLAGS}
#
-std=c++0x
LFLAGS
=
-O3
${ROOTLIBS}
-g
-lGenVector
-lMinuit
# Automatically decide what to compile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment