mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 08:49:15 +02:00
some optimalizations
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ project(rds95 VERSION 1.0)
|
||||
option(ODA_RTP "Enable ODA (RT+)" ON)
|
||||
|
||||
# Set compiler and flags
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror -Wextra -pedantic -O2 -std=c18 -DVERSION=\"${PROJECT_VERSION}\"")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror -Wextra -pedantic -O2 -std=c18 -march=native -DVERSION=\"${PROJECT_VERSION}\"")
|
||||
|
||||
# Define sources
|
||||
set(SOURCES
|
||||
|
||||
Reference in New Issue
Block a user