clean up compilaton options

This commit is contained in:
Venelin
2024-06-10 12:25:01 +03:00
parent 1386b967d3
commit a096a2a34c
4 changed files with 9 additions and 18 deletions
+1 -8
View File
@@ -8,26 +8,19 @@ PREFIX=/usr/local
language='
-std=c++17
-fno-rtti
-fno-exceptions
-fno-non-call-exceptions
-fno-common' # force each global variable to be only defined once
-fno-exceptions'
optimizations='
-Ofast
-flto
-fipa-pta
-fgcse-sm
-fgcse-las
-march=native'
warnings='
-Wall
-Wextra
-Wno-implicit-fallthrough
-Wno-multichar'
# -Wpedantic' #-fanalyzer
other='-fno-fat-lto-objects'
# Compile