4f224be02c
VISL CG 3 is a constraint grammar tool that can be used to POS-tag ambiguous text. tweaks/oks from ajacoutot@ sthen@
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
$OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2012/10/11 16:42:57 bentley Exp $
|
|
--- CMakeLists.txt.orig Thu Oct 11 09:40:44 2012
|
|
+++ CMakeLists.txt Thu Oct 11 09:40:54 2012
|
|
@@ -18,7 +18,6 @@ if(MSVC)
|
|
else(MSVC)
|
|
SET(CMAKE_CXX_FLAGS "-Wall -Wextra -Wno-deprecated")
|
|
SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g3")
|
|
- SET(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
|
endif(MSVC)
|
|
|
|
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include")
|