Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
macaon2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis Nasr
macaon2
Merge requests
!7
Johannes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Johannes
johannes
into
master
Overview
0
Commits
6
Pipelines
0
Changes
2
Merged
Johannes
Alexis Nasr
requested to merge
johannes
into
master
Jan 5, 2017
Overview
0
Commits
6
Pipelines
0
Changes
2
ajout des règles pour la tokénisation (parenthèses et guillemets)
0
0
Merge request reports
Viewing commit
f982c2f7
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
f982c2f7
Merge branch 'master' of
https://gitlab.lif.univ-mrs.fr/alexis.nasr/macaon2
into johannes
· f982c2f7
Johannes Heinecke
authored
Jan 4, 2017
CMakeLists.txt
+
2
−
0
View file @ 363c1bde
Edit in single-file editor
Open in Web IDE
Show full file
@@ -12,6 +12,8 @@ if (${CMAKE_C_COMPILER_VERSION} VERSION_LESS 5.3)
#set_property(GLOBAL PROPERTY C_STANDARD 11)
endif
()
set
(
CMAKE_C_FLAGS_RELEASE
"
${
CMAKE_C_FLAGS_RELEASE
}
-O3"
)
# activate with cmake -DMACA_EXPORT=TRUE
# to use macaon in python/java (with swig)
if
(
MACA_EXPORT
)
Loading