We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f6a5a commit 34fb706Copy full SHA for 34fb706
tests/unit/CMakeLists.txt
@@ -9,7 +9,9 @@
9
# by the Free Software Foundation.
10
# See the COPYING file for more information.
11
################################################################################
12
+
13
file(GLOB_RECURSE _sources ${CMAKE_CURRENT_LIST_DIR}/*.cpp CONFIGURE_DEPEND)
14
+set_source_files_properties(${_sources} PROPERTIES COMPILE_FLAGS -O1)
15
add_executable(test_geos_unit ${_sources})
16
unset(_sources)
17
0 commit comments