Skip to content

Commit 00b496c

Browse files
committed
cmake: Don't explicity set compiler to GCC.
git-svn-id: https://svn.rinrab.com/rinrab/xdigest/trunk@6349 0083e6b4-6090-234a-836e-88fcc467669c
1 parent 45b1c36 commit 00b496c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ option(BUILD_SHARED_LIBS "Build using shared libraries" ON)
1717
option(USE_ASM "Enable assembly implementation." ON)
1818
option(ENABLE_TESTS "Compile test-suite" ON)
1919

20-
set(CMAKE_ASM_COMPILER gcc)
2120
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -Wall")
2221
set(CMAKE_ASM_FLAGS "${CMAKE_ASM_FLAGS} -Wa,--noexecstack")
2322

0 commit comments

Comments
 (0)