This commit is contained in:
raspopov 2024-08-19 18:07:54 +03:00
parent a8038522cb
commit 2ef8bcde7b
No known key found for this signature in database
GPG Key ID: 2B35203E97E80E13

View File

@ -42,7 +42,7 @@ set( PROJECT_COPYRIGHT "Copyright (c) 2024 hufrea" )
set( CMAKE_C_STANDARD 99 )
#add_compile_definitions( _XOPEN_SOURCE=500 )
add_compile_definitions( _DEFAULT_SOURCE )
add_compile_options( -Wall -Wno-unused )
# Optimizations
add_compile_options( $<$<NOT:$<CONFIG:Debug>>:-O2> )