create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
Index: comar-3.0.0/CMakeLists.txt
===================================================================
--- comar-3.0.0.orig/CMakeLists.txt
+++ comar-3.0.0/CMakeLists.txt
@@ -10,11 +10,11 @@ SET (APP_SUFFIX "3")
# Uncomment this for production releases.
SET (VERSION_SUFFIX "")
-SET (FLAGS "-g -O0 -Werror -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing")
+#SET (FLAGS "-g -O0 -Werror -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing")
# Uncomment this for gprof profiling
# SET (FLAGS "-g -O0 -Werror -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing -fprofile-arcs -ftest-coverage")
-SET (CMAKE_C_FLAGS "${FLAGS}")
+#SET (CMAKE_C_FLAGS "${FLAGS}")
# Uncomment this for sparse building
# SET (CMAKE_C_COMPILER cgcc)